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 c4ee64a + ea2b3b0 commit 0ae3351Copy full SHA for 0ae3351
reference/forms/types/choice.rst
@@ -325,7 +325,7 @@ choice is selected or not. If you need to get the full list of choices data and
325
values, use the ``choices`` variable from the parent form of the choice entry
326
(which is the ``ChoiceType`` itself) with ``form.parent.vars.choices``::
327
328
-.. code-block:: html+twig
+.. code-block:: twig
329
330
{# `true` or `false`, whether the current choice is selected as radio or checkbox #}
331
{{ form.vars.data }}
0 commit comments