Skip to content

Commit 509426c

Browse files
committed
Merge pull request jquery-archive#4158 from agcolom/patch-71
replaced fie with fieldset [1.1.1]
2 parents 4264e7d + a035dd2 commit 509426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/forms/checkboxes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Field containers &amp; Legends</h2>
9696

9797
<h2>Vertically grouped checkboxes</h2>
9898

99-
<p>Typically, there are multiple checkboxes listed under a question title. To visually integrate multiple checkboxes into a grouped button set, the framework will automatically remove all margins between buttons and round only the top and bottom corners of the set if there is a <code> data-role="controlgroup"</code> attribute on the fie.</p>
99+
<p>Typically, there are multiple checkboxes listed under a question title. To visually integrate multiple checkboxes into a grouped button set, the framework will automatically remove all margins between buttons and round only the top and bottom corners of the set if there is a <code> data-role="controlgroup"</code> attribute on the <code>fieldset</code>.</p>
100100

101101
<div data-role="fieldcontain">
102102
<fieldset data-role="controlgroup">

0 commit comments

Comments
 (0)