CheckBox

Checkboxes let people confirm independent selections while preserving clear unchecked, checked, and disabled states.

Checked: false

Props

NameDescriptionDefaultControl
disabledOptional

Whether the checkbox is disabled.

boolean | undefined
false
nameOptional

Name attribute for the native checkbox input.

string | undefined
-
-
valueOptional

Value attribute for the native checkbox input.

string | undefined
-
-
ariaLabelOptional

ARIA label forwarded to the native checkbox input.

string | undefined
-
-
checkedRequired

-

boolean
-

Events

NameTypeDescription
update:checked[value: boolean]-

Slots

NameParametersDescription
default-Optional label content rendered next to checkbox.

Default

Checked: false

States