class BooleanField(**options)
[source]
A true/false field.
The default form widget for this field is a CheckboxInput
.
If you need to accept null
values then use NullBooleanField
instead.
The default value of BooleanField
is None
when Field.default
isn’t defined.
Please login to continue.