Package coprs :: Module forms :: Class MultiCheckboxField
[hide private]
[frames] | no frames]

type MultiCheckboxField

source code


Nested Classes [hide private]

Inherited from wtforms.fields.core.SelectFieldBase (private): _Option

Instance Methods [hide private]

Inherited from wtforms.fields.core.SelectMultipleField: iter_choices, pre_validate, process_data, process_formdata

Inherited from wtforms.fields.core.SelectField: __init__

Inherited from wtforms.fields.core.SelectFieldBase: __iter__

Inherited from wtforms.fields.core.Field: __call__, __html__, __str__, __unicode__, gettext, ngettext, populate_obj, post_validate, process, validate

Inherited from wtforms.fields.core.Field (private): _run_validation_chain

Static Methods [hide private]

Inherited from wtforms.fields.core.Field: __new__

Class Variables [hide private]
  widget = wtforms.widgets.ListWidget(prefix_label= False)
  option_widget = wtforms.widgets.CheckboxInput()

Inherited from wtforms.fields.core.Field: do_not_call_in_templates, errors, process_errors, raw_data, validators

Inherited from wtforms.fields.core.Field (private): _formfield, _translations