{% macro select(field, hint=None, disable=[], option_hints={}, hide_legend=False, input="radio") %} {% call select_wrapper( field, hint, disable, option_hints, hide_legend ) %} {% for option in field %} {{ select_input(option, disable, option_hints, input=input) }} {% endfor %} {% endcall %} {% endmacro %} {% macro select_list(options, child_map, disable=[], option_hints={}, input="radio") %}