Default
Checked and unchecked choices.
/render stateBinary selection primitive with compact row alignment.
Checkbox is the compact binary choice atom for dense forms and list selection.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Checked and unchecked choices.
/render stateLocked choice state.
/render state| Name | Type | Default | Description |
|---|---|---|---|
checked | boolean | - | Controlled checked state. |
defaultChecked | boolean | - | Uncontrolled checked state. |
label | ReactNode | - | Inline label rendered beside the control. |
disabled | boolean | - | Native disabled behavior and opacity. |