I am trying to implement an React component as shown in the picture. What would be the best implementation type to go for this? Choice group(https://fabricweb.z5.web.core.windows.net/oufr/7.155.3/#/examples/choicegroup) seems like an option, but according to the best practice, if the total number of choices is more than 7, a drop-down should be used. In my scenario, there could be more than 50+ versions.
DetailsList component with multiselect is a good fit for this scenario