# SFormRadio
Custom radio component with animated tick icon.
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| id | ID of an element | string | - | |
| name | Name of an input | string | - | |
| v-model | Set's checked attribute of input | boolean|string | - | |
| disabled | Disables element | boolean | - |
# Events
| Event name | Type | Description |
|---|---|---|
| change | boolean, array | Change event |
# Slots
| Name | Description | Bindings |
|---|---|---|
| default |
<SFormRadio id="Default Example Usage">Default Example Usage</SFormRadio>