Checkbox button
Using ButtonType="Checkbox" you can use the button with a checkbox behaviour.
To identify if the checkbox button is checked or not, you have the Checked property.
<yui:Button runat="server"
Text="YUI" Value="yui" ID="chkYUI"
ButtonType="Checkbox">
</yui:Button>