I have a form that consists of checkbox fields, now on form submission we should check whether atleast one checkbox is checked
html code
{% for field in fields %} {{field}} {% endfor %}