Using vertical radio buttons, align them side by side and hide the top row using some other component. Also use Row Insertion to update the values of other radio buttons.
Basically works on the idea than whenever you select a value in a radio button, it resets all other radio buttons to be the first label value (which is hidden from the user).
My example works ok until you select a different radio button group, then it resets all to the first, meaning you have to click twice instead… (you’ll see what I mean). You may be able to sort this… I don’t have time! Multiple_Radio_Buttons.zip (6.0 KB)