added a checked attr

This commit is contained in:
scottjehl 2010-10-05 17:08:45 -04:00
parent 03292aad53
commit f1403fbfc4

View file

@ -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>