Tag Archive for 'group'

19
Oct

Determining when the selected radio button has changed

The following examples show how you can detect when the user has selected a different radio button by listening for the change event on the RadioButton control or RadioButtonGroup control.

Full code after the jump.

Continue reading ‘Determining when the selected radio button has changed’

17
Oct

Creating a simple multiple-choice quiz using the RadioButton and RadioButtonGroup controls

The following example shows how you can make a very simple multiple-choice type quiz using the RadioButton and RadioButtonGroup controls. Each time you make an incorrect choice and click the check answers button, the selected (incorrect) choice is removed from the Flex application. If you select the correct answer and click the check answers button, all the incorrect answers are removed.

Full code after the jump.

Continue reading ‘Creating a simple multiple-choice quiz using the RadioButton and RadioButtonGroup controls’