Radio buttons, rings & enums are used for the same basic purpose: to allow a user to choose from a list of named options, giveng the programmer an integer result. When trying out different UI designs I am unlikely to want to swap a radio control for a toggle switch or "OK" button. I am far more likely to want to swap it for a ring or enum control.
Currently, if I replace a menu ring with a text ring or an enum, I'll get a new control with the same number of items and the same item names. Often no DB editing is needed.
But if I replace one of those with a radio button control, I get a control with two booleans in it, and I have to recreate everything from scratch.
I'd like to be able to replace a ring or enum control with a radio button control and get a radio button control with as many booleans as I had items in the ring or enum, labeled with the item names. (I'd also like to be able to make that transformation back the other way.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 7 kudos within 7 years after posting will be automatically declined.