mu29 / react-radio-buttons

Well-designed radio buttons for react
MIT License
74 stars 26 forks source link

Support 'groupName' prop for RadioButton or RadioGroup #10

Open Shirikatsu opened 7 years ago

Shirikatsu commented 7 years ago

Similar to the react-bootstrap Radio component, there is a 'groupName' prop that allows it to be associated with other Radio components of the same groupName. This means that as Radio buttons of the same groupName are selected, other sharing that name will be deselected.

This allows usage of RadioGroups that are data-interdependent but are UI-position (RadioGroup) independent.