django/django

View on GitHub
django/forms/templates/django/forms/widgets/input_option.html

Summary

Maintainability
Test Coverage
{% if widget.wrap_label %}<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} {{ widget.label }}</label>{% endif %}