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 f8a5179 commit a0bd7b3Copy full SHA for a0bd7b3
reference/forms/types/choice.rst
@@ -332,7 +332,7 @@ choice is selected or not. If you need to get the full list of choices data and
332
values, use the ``choices`` variable from the parent form of the choice entry
333
(which is the ``ChoiceType`` itself) with ``form.parent.vars.choices``::
334
335
-.. code-block:: html+twig
+.. code-block:: twig
336
337
{# `true` or `false`, whether the current choice is selected as radio or checkbox #}
338
{{ form.vars.data }}
0 commit comments