Components / Checkbox

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 / EventTypeDefaultDescription
modelValueBooleanfalseThe checked state of the checkbox. Used with v-model.
labelString""Optional text label displayed next to the checkbox.
disabledBooleanfalseWhether the checkbox is disabled.
@update:modelValueEventEmitted when the checkbox is toggled.