cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kohnvize
Level 3

Radio Button Group selection value

Hi. I'm using the Panel: Get User Input - Advanced and have added a Choice Group, lets call it 'Group', of type Radio Button. I have three radio button, let's say they are 'A', 'B', and 'C'.  How can I determine the selected item from the group and assign it to a variable? If the  user selected 'B',  in pseudo-code I'm wanting something like:

userChoice = ( Group.getSelected() );

userChoice should now contain 'B'

Thank you.

0 Kudos
(0) Replies