Checkbox
Boolean toggle with label support. Use label prop or nest children.
With Label Prop
Pass a string label directly via the label prop.
Not agreed
With Children
Wrap label text as children for richer content.
Checkbox Group
Multiple checkboxes for multi-select scenarios.
Preferences Panel
Settings-style checkbox group with status indicators.
OFF
OFF
OFF
Sign Up Consent
Checkboxes used in registration forms.
Task Checklist
Use checkboxes as a simple to-do list.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bind | binding | - | Two-way boolean binding |
label | text | "" | Label text next to checkbox |
children | content | - | Alternative to label prop |