Skip to main content

CaInputCheckbox

Checkbox input, use v-model to bind value

SASS-path: ./styles/components/atoms/ca-input-checkbox.scss

Props

NameDescriptionTypeRequiredDefault
labelThe checkbox labelStringfalse-
checkedIs checkbox checked? Use v-model to bindBooleanfalsefalse
descriptionA description of the checkboxStringfalse-
idThe id for the checkboxStringfalse-

Events

Event NameDescriptionParameters
change--

Slots

NameDescriptionDefault Slot Content
default--