{% set checkbox %} {% for key, column in columns %}
{% for value, title in column %}
{% endfor %}
{% endfor %} {% endset %} {% if class %}
{{ checkbox }}
{% else %} {{ checkbox }} {% endif %}