Skip to main content
Module

x/cliffy/prompt/checkbox.ts>CheckboxValueSettings

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
type alias CheckboxValueSettings
Deprecated
Deprecated

Use Array<CheckboxOptionSettings | CheckboxOptionGroupSettings> instead.

import { type CheckboxValueSettings } from "https://deno.land/x/cliffy@v1.0.0-rc.4/prompt/checkbox.ts";

Checkbox option settings type.

deprecated
definition: Array<CheckboxOptionSettings<string> | CheckboxOptionGroupSettings<string>>