RadioButton

The RadioButton control is used to allow the user to select an option, usually from group of RadioButtons.

The standard RadioButton has the following properties:

Example: The RadioButton control is used with several other RadioButton controls, so the agent is able to select a single option as the RadioButton control will only allow a one of the controls to be checked at a given time.

Where you need to provide several groups of RadioButton options these need to be placed inside a container object such as a GroupBox or Panel, for example: