Forms

class plinth.forms.DomainSelectionForm(*args: Any, **kwargs: Any)[source]

Form for selecting a domain name to be used for distributed federated applications

__init__(*args, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.

class plinth.forms.CheckboxSelectMultipleWithReadOnly(*args: Any, **kwargs: Any)[source]

Multiple checkbox widget that allows setting individual fields readonly.

To mark a feature as readonly an option, pass a dict instead of a string for its label, of the form: {‘label’: ‘option label’, ‘disabled’: True}.