Checkbox
A toggleable checkbox input.
Default
Basic checkbox with a label.
Multiple
Group of checkboxes.
Disabled
Checkbox in a disabled state.
MayaCheckbox Props API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
modelValue | Boolean | false | The checked state of the checkbox. Used with v-model. |
label | String | "" | Optional text label displayed next to the checkbox. |
disabled | Boolean | false | Whether the checkbox is disabled. |
@update:modelValue | Event | — | Emitted when the checkbox is toggled. |