Components
Check

Check

A component that displays a checkbox, usually for forms

Preview



Attributes

PropertyDescriptionAttributeTypeDefault
checkedChecked state of the checkboxcheckedbooleanfalse
disabledDisables the checkboxdisabledbooleanfalse

Methods

MethodDescriptionReturns
checkChecks the checkboxvoid
uncheckUnchecks the checkboxvoid
toggleToggles the checkboxvoid