Checkbox
A control that allows the user to toggle between checked and unchecked states.
Usage
With Description
Checkboxes with labels, descriptions, and disabled state.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | boolean | - | The checked state. Use with v-model. |
defaultValue | boolean | - | The default checked state. |
disabled | boolean | - | Whether the checkbox is disabled. |
required | boolean | - | Whether the checkbox is required. |
name | string | - | The name attribute for form submission. |
value | string | - | The value attribute for form submission. |