From 8b4d1877465d92de68c83a92b9c2eee2a5e096fa Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 9 Sep 2010 22:43:06 -0400 Subject: Button demos: Coding standards. --- demos/button/checkbox.html | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) (limited to 'demos/button/checkbox.html') diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index b6192ee28..1d44743e8 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -1,49 +1,44 @@ - - jQuery UI Button - Checkboxes demo - - - - - - - + + + + +
- - -
- - - -
+ + +
+ + + +
-

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.

-
- - -- cgit v1.2.3