ctify

Theme Controls

Checkbox

Checkboxes let users select one or more items from a list, or turn an item on or off

Usage

Props

PropsTypeDescriptionDefault
indeterminatebooleanwhether the item is toggled on or off.false
colorprimary secondary tertiaray errorThe color of the checkboxnull
disabledbooleanWhether the checkbox is disabledfalse
checkedbooleanWhether the checkbox is checkednull
defaultCheckedbooleanThe checkbox default checkedfalse

Events

EventsDescription
onChangefired when value changed