Radio
When To Use
- Used to select a single state from multiple options.
- The difference from Select is that Radio is visible to the user and can facilitate the comparison of choice, which means there shouldn't be too many of them.
TIP
This component fully supports Radio component attribute of ant design
Examples
API
Props
Property | Description | Type | default |
---|---|---|---|
saveOptions | Automatically upload and initialize component data. Note ⚠️: Multiple key values under the same tool need to be unique. | object | autoSave:false,key:"" |