File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ <h2 class="text-2xl font-bold">Reset styles</h2>
120
120
placeholder ="Enter some long form content. "
121
121
> </ textarea >
122
122
</ label >
123
- < div class ="block ">
124
- < span class ="text-gray-700 "> Checkboxes</ span >
123
+ < fieldset class ="block ">
124
+ < legend class ="text-gray-700 "> Checkboxes</ legend >
125
125
< div class ="mt-2 ">
126
126
< div >
127
127
< label class ="inline-flex items-center ">
@@ -142,9 +142,9 @@ <h2 class="text-2xl font-bold">Reset styles</h2>
142
142
</ label >
143
143
</ div >
144
144
</ div >
145
- </ div >
146
- < div class ="block ">
147
- < span class ="text-gray-700 "> Radio Buttons</ span >
145
+ </ fieldset >
146
+ < fieldset class ="block ">
147
+ < legend class ="text-gray-700 "> Radio Buttons</ legend >
148
148
< div class ="mt-2 ">
149
149
< div >
150
150
< label class ="inline-flex items-center ">
@@ -165,7 +165,7 @@ <h2 class="text-2xl font-bold">Reset styles</h2>
165
165
</ label >
166
166
</ div >
167
167
</ div >
168
- </ div >
168
+ </ fieldset >
169
169
</ div >
170
170
</ div >
171
171
</ div >
You can’t perform that action at this time.
0 commit comments