Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the component |
| label | string | No | Label text next to checkbox |
| checked | boolean | { path: string } | No | Checked state or data binding |
| disabled | boolean | No | Disable the checkbox |
Examples
Basic Checkbox
Simple checkbox with label
Preview
json
Checkbox List
Multiple checkboxes for selections
Preview
json