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

fix up examples

parent 1136f934
Showing with 26 additions and 22 deletions
+26 -22
......@@ -521,25 +521,27 @@
<label class="control-label" for="inputError1">Input with error</label>
<input type="text" class="form-control" id="inputError1">
</div>
<div class="has-error">
<div class="radio">
<label class="checkbox">
<div class="has-success">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
Option one is this and that&mdash;be sure to include why it's great
Checkbox with success
</label>
</div>
</div>
<div class="has-success">
<div class="radio">
<div class="has-warning">
<div class="checkbox">
<label>
<input type="radio" name="optionsRadios" id="radiosSuccess1" value="option1" checked>
Option one is this and that&mdash;be sure to include why it's great
<input type="checkbox" id="checkboxError" value="option1">
Checkbox with warning
</label>
</div>
<div class="radio">
</div>
<div class="has-error">
<div class="checkbox">
<label>
<input type="radio" name="optionsRadios" id="radiosSuccess2" value="option2">
Option two can be something else and selecting it will deselect option one
<input type="checkbox" id="checkboxError" value="option1">
Checkbox with error
</label>
</div>
</div>
......@@ -558,25 +560,27 @@
<label class="control-label" for="inputError1">Input with error</label>
<input type="text" class="form-control" id="inputError1">
</div>
<div class="has-error">
<div class="radio">
<label class="checkbox">
<div class="has-success">
<div class="checkbox">
<label>
<input type="checkbox" id="checkboxError" value="option1">
Option one is this and that&mdash;be sure to include why it's great
Checkbox with success
</label>
</div>
</div>
<div class="has-success">
<div class="radio">
<div class="has-warning">
<div class="checkbox">
<label>
<input type="radio" name="optionsRadios" id="radiosSuccess1" value="option1" checked>
Option one is this and that&mdash;be sure to include why it's great
<input type="checkbox" id="checkboxError" value="option1">
Checkbox with warning
</label>
</div>
<div class="radio">
</div>
<div class="has-error">
<div class="checkbox">
<label>
<input type="radio" name="optionsRadios" id="radiosSuccess2" value="option2">
Option two can be something else and selecting it will deselect option one
<input type="checkbox" id="checkboxError" value="option1">
Checkbox with error
</label>
</div>
</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