This example shows how to disable all buttons in a button group.
It's also possible to set disable to false e.g. for one button.
<tc:buttons disabled="true">
<c:button label="Left" disabled="false"/>
<tc:button label="Center"/>
<tc:button label="Right"/>
</tc:buttons>