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