Back to React Native Paper

Checkbox.Android

docs/public/3.0/checkbox-android.html

5.15.1858 B
Original Source

Checkbox.Android

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

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.

uncheckedColor Type: string

Custom color for unchecked checkbox.

color Type: string

Custom color for checkbox.

theme Type: Theme

Edit this page