{% macro boolean(input, label, id, required, options, connected_table, value)%} {% endmacro %} {% macro checkbox(input, label, id, required, options, connected_table, value) %} {% if options is string %} {% set options = options|from_json %} {% for label, checkvalue in options.items() %}