diff --git a/bootstrapform/templates/bootstrapform/field.html b/bootstrapform/templates/bootstrapform/field.html index bfbdf64..b269dc6 100644 --- a/bootstrapform/templates/bootstrapform/field.html +++ b/bootstrapform/templates/bootstrapform/field.html @@ -44,12 +44,32 @@
{% endif %} + {% elif field|is_multiple_checkbox %} + {% if field.auto_id %} + + {% endif %} ++ {{ field.help_text|safe }} +
+ {% endif %} +