Components
Checkbox
A checkbox component that allows users to select one or more options from a list. It displays as a square box with a checkmark or a cross to indicate the selected state.
Installation
Usage
Props
| Prop | Type | Default |
|---|---|---|
checked? | boolean | false |
disabled? | boolean | false |
onPress? | (isChecked: boolean) => void | - |
animationConfig? | AnimationConfig | { scaleIn: 1.1, durationIn: 150, durationOut: 150 } |