Create a compound object with multiple radio buttons grouped together.
When [List] is enabled for a Compound Object Property, a single Compound Object Property can be set to multiple objects. After placing the Compound Object on the screen, assign variables to each property.

Create the following properties
Parent element
| [Name] | [Display Name] | [Type] | [List] |
| RadioGroup | RadioGroup | [BOOL] | ![]() |
Child element
| [Name] | [Display Name] | [Type] |
| [Item] | Button | [BOOL] |
Set the properties of the Compound Object.
| Tab | Sub Tab | Property | Value |
[Function] |
[Basic] |
[RadioGroup] |
3 |
Drag and drop the following objects from the [Tool Chest] to the [Layout].
| Tab | Sub Tab | Property | Value |
[Function] |
[Basic] |
[Group ID] |
1 |
[Current Value] |
[Name]: Item (After selection, $CO.RadioGroup[0] is displayed.) |
| Tab | Sub Tab | Property | Value |
[Function] |
[Basic] |
[Group ID] |
1 |
[Current Value] |
[Name]: Item (After selection, change the element number to 1. $CO.RadioGroup[1]) |
| Tab | Sub Tab | Property | Value |
[Function] |
[Basic] |
[Group ID] |
1 |
[Current Value] |
[Name]: Item (After selection, change the element number to 2. $CO.RadioGroup[2]) |