diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index 7b914c871b1..2b649ae422c 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -8,11 +8,34 @@ +
- - - -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.
-This demo also demonstrates three checkboxes styled as a button set by calling .buttonset()
on a common container.