We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f22e9 commit 32b1060Copy full SHA for 32b1060
cookbook/form/form_customization.rst
@@ -114,6 +114,13 @@ fragment needed to render every part of a form:
114
but the CSS classes applied are the ones used to display the forms horizontally
115
(i.e. the label and the widget in the same row).
116
117
+.. caution::
118
+
119
+ If you use the Bootstrap form theme and want to render the parts of
120
+ a checkbox field individually, do not use the Twig function {{ form_label() }}.
121
+ Otherwise, it will render nothing.
122
123
124
In the next section you will learn how to customize a theme by overriding
125
some or all of its fragments.
126
0 commit comments