Back to React Native Paper

Checkbox.IOS

docs/public/3.0/checkbox-ios.html

5.15.1748 B
Original Source

Checkbox.IOS

Checkboxes allow the selection of multiple options from a set. This component follows platform guidelines for iOS.

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: Theme

Edit this page