A checkbox widget used to display Bool fields.
For more detailed documentation, including sample code, see tests/test_checkboxwidget.py.
cssClass
(type:
unicode
)
u''
default
(type:
int
)
0
extra
(type:
str
)
''
tag
(type:
unicode
)
u'input'
type
(type:
str
)
'checkbox'
visible
(type:
bool
)
True
hint(...)
label(...)
applyChanges(content)
error()
getInputValue()
hasInput()
Check whether the field is represented in the form.
hasValidInput()
hidden()
setPrefix(prefix)
setRenderedValue(value)
There are no known subclasses.