classwtforms.fields.BooleanField ( default field arguments , false_values=None )
Represents an <input type="checkbox"> . Set the checked -status by using the default -option. Any value for default , e.g. default="checked" puts checked into the html-element and sets the data to True
Parameters: false_values – If provided, a sequence of strings each of which is an exact match string of what is considered a “false” value. Defaults to the tuple ('false', '')