Commit 6f9ed7ef authored by Max's avatar Max
Browse files

typo fixed: highligted source code of second radio button was missing in...

typo fixed: highligted source code of second radio button was missing in css.html -> checkboxes & radios -> default section
parent 710dbb52
3 merge requests!8635ignore Gruntfile.js in jekyll,!8656Added rel="stylesheet" to CDN-Examples,!8528typo fixed: highligted source code of second radio button was missing
Showing with 4 additions and 0 deletions
+4 -0
......@@ -1342,6 +1342,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that&mdash;be sure to include why it's great
</label>
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>
</div>
{% endhighlight %}
......
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