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 8036ff1 commit 4bf8cc8Copy full SHA for 4bf8cc8
reference/forms/types/options/escape_label.rst.inc
@@ -2,6 +2,9 @@ escape_label
2
~~~~~~~~~~~~
3
**type**: ``Boolean`` **default**: ``true``
4
5
+.. versionadded:: 2.1
6
+ The ``escape_label`` option is new in Symfony 2.1.
7
+
8
If set to false, the label's content won't be escaped. This option is useful when wanting to use HTML tags inside a label.
9
10
.. code-block:: php
0 commit comments