Skip to content

Checkbox

A clean and functional input element that supports labels and multiple states, designed to enhance usability and accessibility in forms and interfaces.

Required icons

check
minus

Props

model-value: boolean | null
The value of the checkbox.

label: string
The label that is shown next to the checkbox.

Emits

update:model-value: [boolean]
Triggered when the value is changed.