Previous Topic: Combo Box PropertiesNext Topic: Image Properties


Radio Button Properties

A radio button lets you switch between two or more values, as follows:

Ctrl name

Indicates the name of a dialog element. Control names within the dialog editor are predefined by the GUI. There is no need to change these names. However, if for some reason you want to change the name, you can do so for a selected element by changing the value in this field.

Selected

Indicates the default value of the radio button. If this box is checked, the radio button is selected by default on the installation dialog. If this box is cleared, the radio button appears as not selected. Within a group only one radio button can be selected.

Group

Describes the name of a group that organizes the radio buttons.

Parameter list

Indicates the set of value assignments in the following format (without any spaces):

$PARAM1=value_1,$PARAM2=value_2, ..., $PARAMn=value_n

When the radio button is selected, the values are assigned to the parameters.

Label

Describes the text shown next to the radio button.

Action Script

Indicates the script that is executed when the radio button is selected. Choose a script from the drop-down list or click the browse button to browse for a script.

Font

Defines the font to be used for displaying the text. Clicking the browse icon displays the Font Chooser dialog where you can add or change font specifications.

Enabled

Controls that the element is activated (or deactivated) by default. If you want to disable a specific field that is only activated on a specific event, you can use this property.