From 49bc171fe75f88981980b61ef6687336dd24491a Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 15 Mar 2010 19:30:29 +0000 Subject: [PATCH] button demo: minor update --- demos/button/checkbox.html | 4 ++-- 1 file 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 @@
-

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

+

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. +

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

-- 2.39.5