why when I activate toggle button can there be multiple buttons pressed?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lalel345

when i activate toggle mode i can have press multiple buttons is there any way to have only one when i press on another? that works as a focus

:bust_in_silhouette: Reply From: larrxi

Set all buttons as child of ButtonGroup.

Edit: more like add all buttons to same group

How use this?

lalel345 | 2020-11-01 13:40

Set every button on toggle mode and in button there is setting group. In one button create a group and save it and load same group with other buttons.

larrxi | 2020-11-01 14:56