```js
<RoundRadioButton input={{name: 'size', value: 6}}>6</RoundRadioButton>
```
## Checked
```js
<RoundRadioButton input={{name: 'size', value: 5, defaultChecked: true}}>5</RoundRadioButton>
```
