import { Checkbox } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/prompt/mod.ts";
Methods
protected
checkValue()protected
format(value: string[]): stringprotected
getValue(): string[]protected
handleEvent(event: KeyEvent): Promise<boolean>protected
transform(value: string[]): string[]protected
validate(value: string[]): boolean | stringprotected
writeListItem(item: CheckboxOptionSettings, isSelected?: boolean)Static Methods
protected
mapItem(item: CheckboxOption, defaults?: string[]): CheckboxOptionSettingsprotected
mapValues(optValues: CheckboxValueOptions): CheckboxOption[]inject(value: string[]): void
prompt(options: CheckboxOptions): Promise<string[]>
separator(label?: string): CheckboxOption