LabeledCheckbox
A checkbox wrapped in a label
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| style | No | str (one of: primary, secondary, accent, neutral, success, warning, info, error) | |
| size | No | str (one of: xs, sm, md, lg, xl) | |
| Any additional properties | No | any |
Children
Accepts any HTML content
Examples
<{LabeledCheckbox}>
</{LabeledCheckbox}>