Skip to main content
Module

x/tui/src/components/mod.ts>CheckboxComponentOptions

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface CheckboxComponentOptions
import { type CheckboxComponentOptions } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

Interface defining object that {CheckboxComponent}'s constructor can interpret

Properties

optional
value: boolean

Whether checkbox is checked or not