From: Richard Worth Date: Mon, 15 Mar 2010 19:29:35 +0000 (+0000) Subject: Button demo: added description X-Git-Tag: 1.8~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=97a5b24830c6cc449b87ec9738f69d4f7e089a3c;p=jquery-ui.git Button demo: added description --- diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index 84e80cb7a..f0c70b7db 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -37,7 +37,9 @@
-

TODO

+

A checkbox is styled as toggle buttons with the button widget. The label element associated with the checkbox is used for the button text.

+ +

This demo also demonstrates three checkboxes styled as a button set by calling .buttonset() on a common container.