diff --git a/templates/components/checkbox_input.html b/templates/components/checkbox_input.html index 8e40a0aa..9fe38075 100644 --- a/templates/components/checkbox_input.html +++ b/templates/components/checkbox_input.html @@ -1,4 +1,3 @@ - {% macro CheckboxInput(field, inline=False, classes="") -%}
@@ -11,8 +10,8 @@ {% if field.description %} {{ field.description | safe }} {% endif %} +
- {%- endmacro %}