I would like to have a radio group where the size of the array is dynamic. I know I can use a script transform on the “radios” property, but I am not sure how to actually create the “radios” dataset. For example, I want to enter “3” and dynamically have a radio group with 3 buttons in it. Any ideas?
That works, thanks!
I learnt something new in Python today! from a post 7 months ago…
specifically the for loop part to create things as you did
?? That’s just a list comprehension spread over multiple lines. ??
Oh… yes… so it is. It must have looked different on my phone 
