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.