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.
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.