From c73267ec405ffcddb37b3b98928190687a987471 Mon Sep 17 00:00:00 2001 From: Ana Cicconi Date: Sat, 23 May 2015 13:38:40 +0200 Subject: [PATCH] form_label on checkbox and Bootstrap theme --- cookbook/form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 2d112764e45..f5ad533ee6c 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -116,7 +116,7 @@ fragment needed to render every part of a form: .. caution:: - If you use the Bootstrap form theme and want render the parts of a checkbox field + If you use the Bootstrap form theme and want to render the parts of a checkbox field individually, do not use {{ form_label() }}. Otherwise, it will render nothing. In the next section you will learn how to customize a theme by overriding