Commit a091c900 authored by Mark Otto's avatar Mark Otto

fix new form validation

parent d67fe0f5
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
<div class="has-success"> <div class="has-success">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" id="checkboxError" value="option1"> <input type="checkbox" id="checkboxSuccess" value="option1">
Checkbox with success Checkbox with success
</label> </label>
</div> </div>
...@@ -532,7 +532,7 @@ ...@@ -532,7 +532,7 @@
<div class="has-warning"> <div class="has-warning">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" id="checkboxError" value="option1"> <input type="checkbox" id="checkboxWarning" value="option1">
Checkbox with warning Checkbox with warning
</label> </label>
</div> </div>
...@@ -563,7 +563,7 @@ ...@@ -563,7 +563,7 @@
<div class="has-success"> <div class="has-success">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" id="checkboxError" value="option1"> <input type="checkbox" id="checkboxSuccess" value="option1">
Checkbox with success Checkbox with success
</label> </label>
</div> </div>
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
<div class="has-warning"> <div class="has-warning">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" id="checkboxError" value="option1"> <input type="checkbox" id="checkboxWarning" value="option1">
Checkbox with warning Checkbox with warning
</label> </label>
</div> </div>
......
Markdown is supported
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