You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/forms/forms-radiobuttons.html
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,9 @@ <h2>Horizontal radio button sets</h2>
79
79
<p>Radio buttons can also be used for grouped button sets only a single button can be selected at once, such as a view switcher control. To make a horizontal radio button set, add the <code> data-type="horizontal"</code> to the <code>fieldset</code>.</p>
<p>The framework will float the labels so they sit side-by-side on a line, hide the radio button icons and only round the left and right edges of the group.</p>
@@ -95,24 +93,11 @@ <h2>Horizontal radio button sets</h2>
95
93
<labelfor="radio-view-c">Gallery</label>
96
94
</fieldset>
97
95
</div>
96
+
97
+
<p>The framework will float the labels so they sit side-by-side on a line, hide the radio button icons and only round the left and right edges of the group.</p>
98
+
99
+
98
100
99
-
<!--
100
-
<h2>No icon option</h2>
101
-
102
-
<p>If you don't want the default radiobutton icon to be added, add the <code></code> attribute to each radio <code>input</code>. </p>
103
-
104
-
<div data-role="fieldcontain">
105
-
<fieldset data-role="controlgroup">
106
-
<legend>These don't have the radio state icons:</legend>
0 commit comments