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.