ID:158685
 
How would you use radio buttons, so you have to use a normal push button to finish the selection? I'm assuming I will have to use winget() in the submit button, but I am not sure how I would do that.

Also, can't they add a new interface feature for a drop down box?
Yeah, you'll have to use winget() to see which radio button has "is-checked" equal to "true".
In response to Kaiochao
Will I need to check each radio button? Or is there a way to check the full group in one?
In response to Howey
You'll need to check each button, as far as I know.
Put the group checker in a feature request, I'd love it.