# radio
Start from base library version 1.0.0. Please remaining backward compatible.
Radio item.
attribute | type | Default value | Required | Introductions | Minimum version |
---|---|---|---|---|---|
value | string | no | radio Identification. Whenradio When selected,radio-group of change Events will carryradio的value | 1.0.0 | |
checked | boolean | false | no | Currently selected | 1.0.0 |
disabled | boolean | false | no | Is it disabled? | 1.0.0 |
color | string | #09BB07 | no | Color of radio, same as color of css | 1.0.0 |