Radio Button

The Radio Button Widget represents a button that can be turned on and off that is normally used in a group.

 

Radio Button Widget

Radio Button Widget

 

 

Property Name

Description

Checked

Should the check in the Radio Button be turned on?

Group

Indicates the group of the Radio Button. See below about creating Radio Button groups.

[All other properties]

See Common Properties.

 

 

Creating Radio Button groups

You may want to create a group of Radio Buttons. In a group of Radio Buttons, only one Radio Button can be checked at a time. This is the most common use of Radio Buttons.

Example Radio Button group

Example Radio Button group

 

Here is the easiest way to create a Radio Button group:

 

1.Drag as many Radio Buttons on to the Screen as you want in the group.
2.Select all the Radio Buttons and set the Group property in the Properties Panel to the same name.
3.Select the single Radio Button that should be the default checked Radio Button and set the Checked property true.