Last updated 3 years ago
import { Checkbox, CheckboxProps } from 'hc-mobile-app-ui';
onPress
function
Function to be called when checkbox is checked/unchecked.
disabled
boolean
Determines if the checkbox is disabled or not.
isChecked
Determines if the checkbox is checked or not.
label
string
Label for the checkbox.
hint
Hint for the checkbox.
inversed
If true, renders the label and hint in white color.