Checkbox
Checkbox with label and indeterminate state.
Import
tsx
import { ZCheckbox } from "@zurto/ui";Usage
tsx
<ZCheckbox label="Accept terms" />
<ZCheckbox checked indeterminate />Props
| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Checked state |
indeterminate | boolean | false | Indeterminate state |
label | string | – | Label text |
disabled | boolean | false | Disabled state |