Checkbox
A checkbox component with label and description support.
Examples
Basic Checkbox
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Label for the checkbox |
description | string | - | Description text |
size | "sm" | "md" | "lg" | "md" | Size of the checkbox |
indeterminate | boolean | - | Indeterminate state |