I can't wrap my head around how to have procedural a radioField
, since I have to give each option a name. In my case, I want to load the available options from a database and therefore I can't have them statically named. Does anybody have an idea?
radioField handed [ (LeftHanded, LeftHandField, "Left")
, (RightHanded, RightHandField, "Right")
, (Ambidextrous, AmbiField, "Both")
]