Configure the KCheckbox component using these attributes.
| Name | Type | Default | Description |
|---|
| disabled | boolean | false | Disables the checkbox |
| value | any | undefined | The value to be used when the checkbox is checked in a group |
| label | string | '' | The text to display next to the checkbox |
| validation | 'success' | 'warning' | 'error' | null | null | Semantic validation state. |
| validationText | string | '' | message to display below the checkbox. |
Use these slots to customize the KCheckbox content.
| Name | Description |
|---|
| label | Custom content for the checkbox label (overrides the label prop) |
| default | Fallback content for the label area |