Logo

Checkbox.IOS

Checkboxes allow the selection of multiple options from a set. This component follows platform guidelines for iOS, but can be used on any platform.

Enabled
Disabled

Props

status (required)
Type: 'checked' | 'unchecked' | 'indeterminate'

Status of checkbox.

disabled
Type: boolean

Whether checkbox is disabled.

onPress
Type: () => void

Function to execute on press.

color
Type: string

Custom color for checkbox.

theme
Type: ReactNativePaper.Theme
testID
Type: string

testID to be used on tests.

Edit this page