mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 09:21:02 +00:00
added a checked attr
This commit is contained in:
parent
03292aad53
commit
f1403fbfc4
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
<input type="checkbox" name="checkbox-2" id="checkbox-2" class="custom" />
|
||||
<label for="checkbox-2">Choice 2</label>
|
||||
|
||||
<input type="checkbox" name="checkbox-3" id="checkbox-3" class="custom" />
|
||||
<input type="checkbox" name="checkbox-3" id="checkbox-3" class="custom" checked="checked" />
|
||||
<label for="checkbox-3">Choice 3</label>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue