{{ item.label }}
{% if toggle is not None %}
{% include "./values.html" %}
{% if multiselect %}
{% include "./chip_list.html" with items=toggle %}
{% else %}
{% for item in toggle %}
{% if not item.selected %}
{% include "autocomplete/item.html" with toggle=None swap_oob=True %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}