Twig Components / Methods / selectedchoice
selectedchoice
is a Twig test to check if the current choice is equal to the selected_value
or if the
current choice is in the array (when selected_value
is an array).
<option {% if choice is selectedchoice(value) %}selected="selected"{% endif %}>
Source: Forms
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.