A set of radio buttons to select a single option from a list.
simple example for radio component
<GLoading />
config for global setting , set on nuxt.config
glorious:{
components:{
radio:{
props:{
size:'md',
color:'green',
checked:'green',
name:'green',
}
}
}
}
| Prop | Type | Default |
|---|---|---|
| model value | any | |
| disabled | boolean | false |
| name | string | |
| checked | boolean | false |
| color | orange | blue | gray | red | primary | string | green |
| value | any | |
| size | xl | lg | md | sm | xs | md |