mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 22:30:59 +00:00
made the single checkbox into a controlgroup. Because it looked better.
This commit is contained in:
parent
82c041b23d
commit
c5ceff175b
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue