Back to React Native Paper

RadioButton.Android

docs/public/4.0/radio-button-android.html

5.15.11.0 KB
Original Source

RadioButton.Android

Radio buttons allow the selection a single option from a set. This component follows platform guidelines for Android, but can be used on any platform.

Enabled

Disabled

Props

value (required) Type: string

Value of the radio button

status Type: 'checked' | 'unchecked'

Status of radio button.

disabled Type: boolean

Whether radio is disabled.

onPress Type: (param?: any) => void

Function to execute on press.

uncheckedColor Type: string

Custom color for unchecked radio.

color Type: string

Custom color for radio.

theme Type: ReactNativePaper.Theme

testID Type: string

testID to be used on tests.

Edit this page