symposion_app/pinaxcon/templates/django/forms/widgets/checkbox.html

2 lines
199 B
HTML
Raw Normal View History

<input class="form-check-input" type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value }}"{% endif %}{% include "django/forms/widgets/attrs.html" %} />