{% macro radios( field, hint=None, disable=[], option_hints={}, hide_legend=False ) %} {% call radios_wrapper( field, hint, disable, option_hints, hide_legend ) %} {% for option in field %} {{ radio(option, disable, option_hints) }} {% endfor %} {% endcall %} {% endmacro %} {% macro radio_list( options, child_map, disable=[], option_hints={} ) %}