made the single checkbox into a controlgroup. Because it looked better.

This commit is contained in:
scottjehl 2010-10-05 18:35:21 -04:00
parent 82c041b23d
commit c5ceff175b

View file

@ -132,7 +132,8 @@
<label for="checkbox-8">u</label>
</fieldset>
<fieldset data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Single checkbox:</legend>
<input type="checkbox" name="checkbox-9" id="checkbox-9" class="custom" />
<label for="checkbox-9">Single Checkbox</label>
</fieldset>