ToggleGroup

User-defined name for a group. Only one control in this group can be active. If another button is pressed with this ToggleGroup, all other buttons are deactivated.

A ToggleGroup can consist of controls of type Toggle Button and Checkbox from version 1.10.

Please note that this ToggleGroup is global. So if several ToggleButtons are used in one UserControl and this UserControl is used several times, only one ToggleButton is active. If one ToggleButton should be active per UserControl in this constellation, the attribute of the buttons can be set via one UserControlParameter per instance of the UserControl. A binding from the UserControlParameter to all ToggleButtons must then be set manually within the UserControl.

Schema: tchmi:general#/definitions/String

Origin: Toggle Button

See also

Attribute getter: getToggleGroup

Attribute setter: setToggleGroup

ToggleGroup 1:

Available from 1.8