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 .