Radio
A basic Radio component that should render nicely on any platform. Supports a good level of customization.
You can customization Radio component with the Props
#
Usage#
Reference#
Props#
datadata props of the Radio Component used to list the data and its type Array of object>
#
selectedValueselectedValue props is used to checked the radio and its type Array of object
#
onChangeValueonChangeValue props is used to change the selected value of the radio and its type Function
#
buttonColorprops for changing button color of the radio and type string
#
fontSizeprops for changing font size of the label and type number
#
fontColorprops for changing font color of the label and type string
#
fontWeightprops for changing font weight of the label and type string-'bold'
#
inlineStyleprops give addition props to the Button element type Object