Proper handling of HTML radios in react
Brings radio group behavior into line with other input types in React like the select tag.
``js`
If you'd like to use the same single-value pattern for checkboxes,
there's components for that too:
`js``