Is it possible to create a dynamic radio button group? Something that would look like a static radio button group, but in this case, a dynamic radio button group.
Thanks for your help or suggestions.
Is it possible to create a dynamic radio button group? Something that would look like a static radio button group, but in this case, a dynamic radio button group.
Thanks for your help or suggestions.
Just thinking out loud not near the computer at the moment but could you not put the radio button and label (or even a form row) inside of a repeat and bind it to data using the picker?
I’ll give it a try. Thanks!