Typo: Fixed missing closing bracket for radio selector in options section of docs

This commit is contained in:
Danny 2011-09-18 19:33:27 +03:00
parent e0b948e216
commit 76ef937e7b

View file

@ -42,7 +42,7 @@
<dd>
<p class="default">default: null, inherited from parent</p>
<p>Sets the theme swatch color scheme for the radio button. This is a single letter from a-z that maps to the swatches included in your theme. By default, a radio button will inherit the same swatch color as it's parent container if not explicitly set. This option is also exposed as a data attribute: <code>data-theme=&quot;a&quot;</code></p>
<pre><code>$("input[type='radio'").checkboxradio(<strong>{ theme: "a" }</strong>);</code></pre>
<pre><code>$("input[type='radio']").checkboxradio(<strong>{ theme: "a" }</strong>);</code></pre>
</dd>
</dl>