gazette.fields
==============

.. py:module:: gazette.fields


Classes
-------

.. autoapisummary::

   gazette.fields.MultiCheckboxWidget
   gazette.fields.MultiCheckboxField


Module Contents
---------------

.. py:class:: MultiCheckboxWidget(html_tag: Literal['ul', 'ol'] = 'ul')

   Bases: :py:obj:`onegov.form.widgets.MultiCheckboxWidget`


   The default list widget with the label behind the checkbox. 


   .. py:method:: __call__(field: MultiCheckboxField, **kwargs: Any) -> markupsafe.Markup


.. py:class:: MultiCheckboxField(*args: Any, **kwargs: Any)

   Bases: :py:obj:`onegov.form.fields.MultiCheckboxField`


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



   .. py:attribute:: widget