In a ButtonGroup that is within a Toolbar, two buttons may appear as selected due to incorrect classes.
Regression introduced with 2022.1.119
Button 1 and Button 2 appear as selected.
Only Button 1 should be selected
Widgets that can be disabled through data attribute use the "data-enabled" attribute. The Button and the ButtonGroup use "data-enable" attribute.
Dojo example.
The Button and the ButtonGroup do not use the "data-enabled" attribute.
To avoid introducing a breaking change, the Button and the ButtonGroup should be able to use both "data-enable" and "data-enabled" attributes.