import { Checkbox } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
labelreq | string | — | Accessible label text |
indeterminate | boolean | — | Show indeterminate (dash) state |
checked | boolean | — | Controlled checked state |
disabled | boolean | — | Disable interaction |
labelrequiredType
stringDefault —Accessible label text
indeterminateType
booleanDefault —Show indeterminate (dash) state
checkedType
booleanDefault —Controlled checked state
disabledType
booleanDefault —Disable interaction
MobileTouch Target
The checkbox indicator is 16px; the surrounding label provides the touch target. Ensure the label has at least 28px height. In dense forms, add mb-1 between items.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?