480
Sponsor

Checkbox

Checkbox with indeterminate state

Terminal
checkbox-demo
No opentui live preview is registered for this example yet.

Installation

$ pnpm dlx shadcn@latest add @termcn/opentui-checkbox

Usage

import { Checkbox } from "@/components/ui/checkbox";
<Checkbox checked label="Enable telemetry" onChange={(checked) => {}} />

API Reference

Checkbox

PropTypeDefault
checkedboolean-
onChange(checked: boolean) => void-
labelstring-
indeterminatebooleanfalse
disabledbooleanfalse
idstring-
checkedIconstring"■"
uncheckedIconstring"□"
indeterminateIconstring"▪"