Stephen's dev blog

Posts Tagged ‘radio button group

Flex getting selected RadioButton value

Posted by: Stephen Gray on: 11 August, 2008

This is a pretty simple one but there are surprisingly few tutorials showing the user simply how to get a selected RadioButtonGroup’s value.
There are quite a number of tutorials covering change event triggers for RadioButton controls but this is slightly different.
Say you have a form and you want to process the RadioButton value after submitting [...]