1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

fix new form validation

This commit is contained in:
Mark Otto
2014-07-02 22:12:39 -07:00
parent d67fe0f5b9
commit a091c90063

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>