1👍
✅
When checkbox is not checked, its not present in submitted form. Also, when submitted value is 'on'
.
If you want to make BooleanField
optional have required=False
while defining the form field.
Source:stackexchange.com