mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
fixes #8687: correct docs typo on radio inputs
This commit is contained in:
parent
d9c9afa6d1
commit
09fff764ed
2
css.html
2
css.html
@ -1392,6 +1392,8 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
|
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
|
||||||
Option one is this and that—be sure to include why it's great
|
Option one is this and that—be sure to include why it's great
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
||||||
Option two can be something else and selecting it will deselect option one
|
Option two can be something else and selecting it will deselect option one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user