AtomRadioButton is a component that displays an input radio w/ its expected behavior
$ npm install @s-ui/react-atom-radio-button --save
import AtomRadioButton from '@s-ui/react-atom-radio-button'
<AtomRadioButton />
<AtomRadioButton checked />
<AtomRadioButton disabled />
<AtomRadioButton onChange={console.log} />
Find full description and more examples in the demo page.