- {% comment %}
- Include a hidden field of the same name to ensure that unchecked checkboxes
- are always included in the submitted form data.
- {% endcomment %}
- <input type="hidden" name="{{ widget.name }}" value="">
- {% include "django/forms/widgets/input.html" %}
|