template tags for the app
check if a form bound field is a checkbox
field (django.forms.BoundField) – A bound field
True if the field is a checkbox, False otherwise.
True
False
bool
check if a form bound field is hidden
True if the field is hidden, False otherwise.