# Radio
# Basic usage
# Disabled some options
# Button Style
# Button Size
# Option Array Rule
We have agreed on the option data used in the radio. Each option needs to have the following fields:
Field | Required | Type | Description |
---|---|---|---|
value | Required | int or string | The value of the option, which is finally passed to the form |
text | Required | string | Option is used to display the page |
prop | No Required | string | It is used to control certain features of a single option, eg: disabled , see API docs look more. |