Forms
Checkbox
A native checkbox under a drawn box. The check draws itself in on the brand fill. Takes a label, a muted description, and an indeterminate state for a select all.
Preview
needed by card
Installation
// Resolves dependencies, copies the source, and installs npm packages automatically.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | ReactNode | - | Clickable label beside the box |
| description | ReactNode | - | Muted line under the label, read as the description |
| indeterminate | boolean | false | The mixed state, a dash on the brand fill |
| checked | boolean | - | Controlled state, like a native input |