For a given field, is it possible to have all boxes initially checked, but one?
Currently I am using: widget=forms.CheckboxSelectMultiple({'checked':'checked'})
to have all checkboxes initially checked. Is there a way to set this for each checkbox individually?