if(!winget(src, "maleRadio", "is-checked") && !winget(src, "femaleRadio", "is-checked"))
Problem description:
I'm trying to make sure a radio button in a group is selected before proceeding, but things are getting messy with my method of manually checking every radio input for that mechanic, to see if it's checked. I know there's the group thing thats set, but I can't think of any way to put that to use here.
Basically what I'm asking for, is some insight on how to best gather information for radio buttons, or button controls in general for that matter.