You have to answer this question before its comments can be revealed, this way we won’t spoil the answer for you.
Django
What form field type would you use to add a check box to a form?
forms.TrueFalseField()
forms.BooleanField()
forms.CheckBoxField()