| Name | Type | Default | Description |
|---|---|---|---|
| checked v-model | String, Boolean | NULL | The v-model binded prop on the radio input. Should be provided via v-model. If only the prop is sent then you would need to listen for the input event to update the prop |
| name | String | '' | The name given to the input field |
| label | String | '' | The label to be used for the radio button |
| value | String, Number | NULL | The actual value of the radio button |
| disabled | Boolean | false | Whether the radio is disabled or not |
| inline | Boolean | false | If set true the radio will be displayed inline |