<cla-checkbox>

Checkbox component.

Usage

Properties

PropertyRequiredDescriptionTypeDefault
blockfalseWhether to use the block style variant of the checkbox.booleannull
checkedfalseIs it Checked ?booleanfalse
disabledfalseWhether the checkbox is disabled.booleanfalse
invertedfalseWhether to use the inverted variant of the checkbox.booleannull
largefalseWhether to use the large variant of the checkbox.booleannull
namefalseThe checkbox ID & namestringnull
valuefalseThe checkbox value0null

Slots

SlotDescription
anyAllows label content

Events

EventDescriptionType
selectedEmitted when the checkbox is selected.
unselectedEmitted when the checkbox is unselected.