
17 Mar
2011
17 Mar
'11
12:29 p.m.
Am trying to display a pre-selected checkbox in Django : option = forms.BooleanField(required=False, initial=True) but the checkbox shows up un-checked. Google yields nothing. Any help will be much appreciated .