Optional accessibleText to use for checkbox (accessibility). Defaults to ENGLISH "Checkbox"/"Radio button" depending on use
Indicate if checked
Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional disabled?: booleanIndicate if disabled
Optional hideIndicate if label should be hidden (label is used for accessibility even when hidden)
ID of item (any identifier to identify the checkbox)
Text to render
Optional ononLongPress event returns the ID of the item (value is not changed)
onPress event returns the current value and ID of the item
Optional style?: StyleProp<ViewStyle>Style to set on the item
Optional tooltipTooltip props to show at the end of the text
Optional wrapperStyle to set on the checkbox wrapper
Generated using TypeDoc
Props for Checkbox and Radio component