ctify

Checkbox

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

Usage

Props

PropsTypeDescriptionDefault
colorprimary secondary tertiaray errorThe color of the checkboxnull
valuebooleanCheckbox valuenull
isDisabledbooleanWhether the checkbox is disabledfalse
isSelectedbooleanwhether the checkbox is selectedfalse
isIndeterminatebooleanwhether the item is toggled on or off.false
defaultSelectedbooleanwhether the checkbox is default selectedfalse

Events

EventsDescription
onChangefired when value changed