Components
Check Box and Radio Box
Create a new file, open Components panel and drag a CheckBox to the stage. In the Parameters tab of the Properies Inspector
- change the Label to "Subscribe to newsletter"
- change the Initial Value to "true"
- change the Label Placement to "left"
- test the movie – you should see the checked combo box with appropriate label
-
Drag several RadioButtons on the stage. Change their labels. We entered names of different countries.
- Enter the same name of the Group for all radio buttons.
It will keep them checked exlusively.
- Choose one of the radio buttons and change it's Initial State to "true" – this button will be checked by default
- Test the movie
Next