If true, disable all interactions for this component (Web Only).
If true, disable all interactions for this component (Web Only).
Optional label
label:ReactNode
label to show with checkbox.
label to show with checkbox.
Optional onPress
onPress:undefined | function
Callback when the checkbox is pressed.
Callback when the checkbox is pressed.
Optional onValueChange
onValueChange:undefined | function
Invoked with the new value when the value changes.
Invoked with the new value when the value changes.
Optional testID
testID:undefined | string
Used to locate this view in end-to-end tests.
Used to locate this view in end-to-end tests.
Optional value
value:undefined | true | false
The value of the checkbox. If true the checkbox will be turned on. Default value is false.
The value of the checkbox. If true the checkbox will be turned on. Default value is false.
key for others property.