File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ type or `ChoiceType` configuration, to the label class.
138
138
Switches
139
139
________
140
140
141
- Bootstrap 5 allow to render checkboxes as "`switches `_". You can enable this feature
141
+ Bootstrap 5 allows to render checkboxes as "`switches `_". You can enable this feature
142
142
on your Symfony Form ``CheckboxType `` by adding the ``checkbox-switch `` class to the label:
143
143
144
144
.. configuration-block ::
@@ -174,7 +174,7 @@ on your Symfony Form ``CheckboxType`` by adding the ``checkbox-switch`` class to
174
174
175
175
.. caution ::
176
176
177
- Switches only worked with **checkbox **.
177
+ Switches only work with **checkbox **.
178
178
179
179
Input group
180
180
___________
@@ -204,7 +204,7 @@ to the ``row_attr`` option.
204
204
205
205
.. caution ::
206
206
207
- If you have filled in the `help ` option of your form, it will also be rendered
207
+ If you fill the `help ` option of your form, it will also be rendered
208
208
as part of the group.
209
209
210
210
Floating labels
@@ -243,7 +243,7 @@ of your form type.
243
243
.. caution ::
244
244
245
245
You **must ** provide a ``label `` and a ``placeholder `` to make floating labels
246
- works properly.
246
+ work properly.
247
247
248
248
Accessibility
249
249
-------------
You can’t perform that action at this time.
0 commit comments