ButtonGroupButtonControl
Use this control to create and manipulate button group buttons. This control uses the EventControl to notify subscribers when the button is clicked.
Inherits properties from its parent, ButtonControl.
Initialize
Initialize the control.
const buttonElement = ElementResolver.resolveOne('#someButton');
const exampleButton = new ButtonGroupButtonControl(buttonElement);
exampleButton.initialize();
.activate()
Activate the button.
.deactivate()
Deactivate the button