diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-15 19:29:35 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-15 19:29:35 +0000 |
commit | 97a5b24830c6cc449b87ec9738f69d4f7e089a3c (patch) | |
tree | 0cc4707a1a9c2c3590c00b0d9831d70b7e9c952c /demos/button/checkbox.html | |
parent | 1489d7380d02828e6f496fba24679995c4fdae44 (diff) | |
download | jquery-ui-97a5b24830c6cc449b87ec9738f69d4f7e089a3c.tar.gz jquery-ui-97a5b24830c6cc449b87ec9738f69d4f7e089a3c.zip |
Button demo: added description
Diffstat (limited to 'demos/button/checkbox.html')
-rw-r--r-- | demos/button/checkbox.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <div class="demo-description"> -<p>TODO</p> +<p>A checkbox is styled as toggle buttons with the button widget. The label element associated with the checkbox is used for the button text.</p> + +<p>This demo also demonstrates three checkboxes styled as a button set by calling <code>.buttonset()</code> on a common container. </div><!-- End demo-description --> |