Skip to content

Radio Button Group

This example of a source selection ui demostrates how to use the Group ID of a set of buttons to implement Radio Button functionality where only one Button of a defined set can be active at a time.

Download Button

The Radio Button Group demo shows the implementation of the following aspects:

  • Use Case of Group IDs
  • Using Group IDs in Commands

In this example we use the "Toggle Off" Command for the group in the Press-Stack of the Buttons. This results in the Buttons only being toggled off visually. The Releas-Stack will not be executed. If you really need to execute the Release-Stacks of the Buttons in the group you can use the "Execute Release" Command.

Note: Depending on the number of Commands in the Release_stacks this can result in heavy system load or unexpected behaviour. Therefore use with caution!

Screenshot

Screenshot Radio Button Group