Javascript – How to use a controlled RadioGroup in react when mapping over an array of values to populate the radio buttons
I'm using a predefined set of arrays to populate several RadioGroups. The components hierarchy is defined in the codesandbox to mimic the one in my project. Sorry if it looks verbose, there is a reason for it. Anyway, every time…