Checkbox

Attribute Type Documentation Default Value
id :string

Unique identifier for the checkbox component

checked :boolean

Indicates whether the checkbox is checked

false
disabled :boolean

Indicates whether the checkbox is disabled

false
indeterminate :boolean

Indicates whether the checkbox is indeterminate

false
class :string

Additional classes to add to the checkbox.

rest :global

Additional attributes to add to the checkbox component.

label :slot

Label for the checkbox

<:label>Indeterminate</:label>