Checkbox
Checkboxes allow the user to select one or more items from a set.
CheckBoxes can be checked or disabled.
Properties
Last updated
Checkboxes allow the user to select one or more items from a set.
CheckBoxes can be checked or disabled.
Last updated
Name
Type
Description
status
string
Can be checked
, unchecked
onPress
(status: string) => void
Called when checkbox should switch it's value.
color
string
Changes a color of the checkbox.
disabled
bool
Makes the checkbox disabled.