fix new form validation

This commit is contained in:
Mark Otto 2014-07-02 22:12:39 -07:00
parent d67fe0f5b9
commit a091c90063
1 changed files with 4 additions and 4 deletions

View File

@ -524,7 +524,7 @@
<div class="has-success">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
<input type="checkbox" id="checkboxSuccess" value="option1">
Checkbox with success
</label>
</div>
@ -532,7 +532,7 @@
<div class="has-warning">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
<input type="checkbox" id="checkboxWarning" value="option1">
Checkbox with warning
</label>
</div>
@ -563,7 +563,7 @@
<div class="has-success">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
<input type="checkbox" id="checkboxSuccess" value="option1">
Checkbox with success
</label>
</div>
@ -571,7 +571,7 @@
<div class="has-warning">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
<input type="checkbox" id="checkboxWarning" value="option1">
Checkbox with warning
</label>
</div>