Commit a091c900 authored by Mark Otto's avatar Mark Otto
Browse files

fix new form validation

parent d67fe0f5
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 4 additions and 4 deletions
+4 -4
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment