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

separate examples for inline radios and checkboxes

parent 43e45ce0
Showing with 2 additions and 0 deletions
+2 -0
......@@ -225,7 +225,9 @@ Use the `.checkbox-inline` or `.radio-inline` classes on a series of checkboxes
<label class="checkbox-inline">
<input type="checkbox" id="inlineCheckbox3" value="option3"> 3
</label>
{% endexample %}
{% example html %}
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> 1
</label>
......
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