Twig Components / Methods / selectedchoice
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
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.