RadioButton

The RadioButton control allows the user to select one (and only one) option from a list of options. While the same thing can be done using a ComboBox, RadioButtons provides an immediate view of all the available options.

Properties

The Text property is the key property for the RadioButton control. Text sets the display text for the radio button so that users can see what they are selecting.

Events

Events can be configured for the RadioButton to specify the behaviour of the control. For example, an action can be triggered when a user clicks the control using the Click property.

For information on configuring events and other components of the design using a script, see: Working with Scripts.

Adding a RadioButton

When you drag a RadioButton control to a form, the default name and radio button format is displayed.

The radio button can be labelled and configured using the options in the Properties panel.

Repeat the procedure to add all of the required radio buttons in your list.

Information on the properties and events for the RadioButton control can be found via the link at Microsoft® Documentation.