Back to React Native Paper

RadioButton.IOS

docs/public/3.0/radio-button-ios.html

5.15.1791 B
Original Source

RadioButton.IOS

Radio buttons allow the selection a single option from a set. This component follows platform guidelines for iOS.

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: () => void

Function to execute on press.

color Type: string

Custom color for radio.

theme Type: Theme

Edit this page