{% set labels = question.labels %}
{% if question.shuffle %}
{% do shuffle(question.labels) %}
{% endif %}
{% set is_other = question.other_enabled and question.value and question.value not in question.labels %}
{% for label in question.labels %}
{% endfor %}
{% if question.other_enabled %}
{% if question.other_input_hides %}
{% endif %}
{% endif %}
{% if question.required_selection %}
You must select "{{ question.required_selection }}" to continue.