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.
2 parents 039735f + 9cc234c commit c5262ecCopy full SHA for c5262ec
reference/forms/types/choice.rst
@@ -320,7 +320,7 @@ choice is selected or not. If you need to get the full list of choices data and
320
values, use the ``choices`` variable from the parent form of the choice entry
321
(which is the ``ChoiceType`` itself) with ``form.parent.vars.choices``::
322
323
-.. code-block:: html+twig
+.. code-block:: twig
324
325
{# `true` or `false`, whether the current choice is selected as radio or checkbox #}
326
{{ form.vars.data }}
0 commit comments