gazette.fields

Module Contents

Classes

MultiCheckboxWidget

The default list widget with the label behind the checkbox.

MultiCheckboxField

A multi checkbox field where only the first elements are display and

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]
class gazette.fields.MultiCheckboxField(*args: Any, **kwargs: Any)[source]

Bases: onegov.form.fields.MultiCheckboxField

A multi checkbox field where only the first elements are display and the the rest can be shown when needed.

widget[source]