Django CheckBoxSelectMultiple: individual checkbox initial values

1.2k Views Asked by At

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?

0

There are 0 best solutions below