GDocsOpen - Open, Edit and Save DOC and XLS files directly from Windows using Google Docs

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>