mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
separate examples for inline radios and checkboxes
This commit is contained in:
parent
43e45ce06c
commit
e1dfe01c9f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user