Radio Button | NativeBase | Universal Components for React and React Native

Search
K
Hire us
Data Display
Typography
Disclosure
Media and Icons
Others
Please opt in to our enterprise plan (coming soon) for priority support with NativeBase. If you are starting a new project, we recommend using gluestack-ui. For your existing projects, you can utilize @gluestack-ui/themed-native-base (beta).
Radio Button
Migrating to v3 will provide a lot more design, size, color and customisation option.
Overview
Migrating Radio components can broadly described in these points:
In v3 Radio can only used along with Radio.Group.
selected is deprecated, instead v3 provides with value prop in Radio.Group.
Colors of the Radio: color and selectedColor props are deprecated, instead now in v3 color is controlled by colorScheme prop, and it accepts all the color available in the theme.
onPress prop is deprecated, instead v3 provides onChange which provides a callback when state of the checkbox change.
Code Comparison
v2
v3
Nativebase logo
MadeWithNativeBase