Primitives
Checkbox
An accessible checkbox with label, indeterminate state, and error display.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | false | Controlled checked state. |
| onChange | (checked: boolean) => void | - | Fired when the checkbox is toggled. |
| label | string | - | Label text shown beside the checkbox. |
| indeterminate | boolean | false | Shows the indeterminate dash state. |
| disabled | boolean | false | Disables interaction. |