BooleanField ============ .. currentmodule:: bootlace.forms.fields .. autoclass:: BooleanField :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BooleanField.do_not_call_in_templates ~BooleanField.errors ~BooleanField.false_values ~BooleanField.process_errors ~BooleanField.raw_data ~BooleanField.validators ~BooleanField.widget .. rubric:: Methods Summary .. autosummary:: ~BooleanField.__call__ ~BooleanField.check_validators ~BooleanField.gettext ~BooleanField.ngettext ~BooleanField.populate_obj ~BooleanField.post_validate ~BooleanField.pre_validate ~BooleanField.process ~BooleanField.process_data ~BooleanField.process_formdata ~BooleanField.validate .. rubric:: Attributes Documentation .. autoattribute:: do_not_call_in_templates .. autoattribute:: errors .. autoattribute:: false_values .. autoattribute:: process_errors .. autoattribute:: raw_data .. autoattribute:: validators .. autoattribute:: widget .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: check_validators .. automethod:: gettext .. automethod:: ngettext .. automethod:: populate_obj .. automethod:: post_validate .. automethod:: pre_validate .. automethod:: process .. automethod:: process_data .. automethod:: process_formdata .. automethod:: validate