Repository URL to install this package:
|
Version:
4.0.2 ▾
|
Custom Radio Buttons:
<CustomRadioButtons title="Some label for radio buttons" options={['1','10','100','200','2500']} selected='200' onChange={()=>{console.log('Custom radio buttons onChange triggered')}} name='radioButtons2' />