diff --git a/css.html b/css.html
index 4500efdd1b4f45f5c5bbb33fda01cad0c6f2c5f9..f12a1349aea72c04d8ada0c628d7b219dea66eef 100644
--- a/css.html
+++ b/css.html
@@ -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 %}