CaInputRadio
Radio input component
SASS-path: ./styles/components/atoms/ca-input-radio.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| label | - | String | true | - |
| value | - | String / Number / Boolean | false | - |
| modelValue | - | String / Number / Boolean | false | - |
| description | - | String | false | - |
| disabled | - | Boolean | false | false |
Events
| Event Name | Description | Parameters |
|---|---|---|
| change | - | - |