gazette.fields
Classes
The default list widget with the label behind the checkbox. |
|
A multi checkbox field where only the first elements are display and |
Module Contents
- class gazette.fields.MultiCheckboxWidget(html_tag: Literal['ul', 'ol'] = 'ul')[source]
Bases:
onegov.form.widgets.MultiCheckboxWidget
The default list widget with the label behind the checkbox.
- __call__(field: MultiCheckboxField, **kwargs: Any) markupsafe.Markup [source]