diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 740e0e143..10f3db03d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1128,11 +1128,11 @@ For example, <code>section</code> should be wrapped as inline. <label class="control-label">Radio buttons</label> <div class="controls"> <label class="radio"> - <input type="radio" 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 </label> <label class="radio"> - <input type="radio" id="optionsRadios2" value="option2"> + <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> Option two can is something else and selecting it will deselect option one </label> </div> |
