Skip to main content
Module

x/cliffy/prompt/checkbox.ts>CheckboxOptionGroupSettings

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface CheckboxOptionGroupSettings
implements GenericListOptionGroupSettings<TValue, CheckboxOptionSettings<TValue>>
import { type CheckboxOptionGroupSettings } from "https://deno.land/x/cliffy@v1.0.0-rc.3/prompt/checkbox.ts";

Checkbox option group settings.

Properties

readonly
checked: boolean
icon: boolean