name | description | type | default |
---|
value | The identifier value of the radio button. must be different than other RadioButtons in the same group | union | |
selected | When using RadioButton without a RadioGroup, use this prop to toggle selection | bool | |
onPress | Invoked when pressing the button | func | |
disabled | Whether the radio button should be disabled | bool | |
color | The color of the radio button | string | |
size | The size of the radio button, affect both width & height | number | |
borderRadius | The radio button border radius | number | |
label | A label for the radio button description | string | |
labelStyle | Label style | union | |
iconSource | Icon image source | union | |
iconStyle | Icon image style | union | |
iconOnRight | Should the icon be on the right side of the label | bool | false |