{% macro digitalmarketplaceOptionSelect(params) %} {%- from 'govuk_frontend_jinja/components/checkboxes/macro.html' import govukCheckboxes -%} {%- from 'govuk_frontend_jinja/components/radios/macro.html' import govukRadios -%} {% if params.filter_type == 'hidden' %} {% for item in params['items'] %} {% if item.checked %} {% endif %} {% endfor %} {% else %} {% set titleId = "option-select-title-" + params.name %} {% set closedOnLoad = True if params.closedOnLoad %}