import { Checkbox } from "https://deno.land/x/cliffy@0.12.1/packages/prompt/prompts/checkbox.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)