Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 342 Bytes

selectedchoice.md

File metadata and controls

10 lines (7 loc) · 342 Bytes

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