diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-15 19:30:29 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-15 19:30:29 +0000 |
commit | 49bc171fe75f88981980b61ef6687336dd24491a (patch) | |
tree | 7e1224df35738900f09eecc9d3dc31ab17ba5c8a /demos | |
parent | 97a5b24830c6cc449b87ec9738f69d4f7e089a3c (diff) | |
download | jquery-ui-49bc171fe75f88981980b61ef6687336dd24491a.tar.gz jquery-ui-49bc171fe75f88981980b61ef6687336dd24491a.zip |
button demo: minor update
Diffstat (limited to 'demos')
-rw-r--r-- | demos/button/checkbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index f0c70b7db..b6192ee28 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -37,9 +37,9 @@ <div class="demo-description"> -<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>A checkbox is styled as a toggle button 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. +<p>This demo also demonstrates three checkboxes styled as a button set by calling <code>.buttonset()</code> on a common container.</p> </div><!-- End demo-description --> |