class documentation

class CheckboxSelectMultiple(RadioSelect):

View In Hierarchy

Undocumented

Method use​_required​_attribute Undocumented
Method value​_omitted​_from​_data Undocumented
Class Variable allow​_multiple​_selected Undocumented
Class Variable input​_type Undocumented
Class Variable option​_template​_name Undocumented
Class Variable template​_name Undocumented

Inherited from RadioSelect:

Method id​_for​_label Don't include for="field_0" in <label> to improve accessibility when using a screen reader, in addition clicking such a label would toggle the first input.

Inherited from ChoiceWidget (via RadioSelect):

Method __deepcopy__ Undocumented
Method __init__ Undocumented
Method create​_option Undocumented
Method format​_value Return selected values as a list.
Method get​_context Undocumented
Method optgroups Return a list of optgroups for this widget.
Method options Yield a flat list of options for this widgets.
Method subwidgets Yield all "subwidgets" of this widget. Used to enable iterating options from a BoundField for choice widgets.
Method value​_from​_datadict Given a dictionary of data and this widget's name, return the value of this widget or None if it's not provided.
Class Variable add​_id​_index Undocumented
Class Variable checked​_attribute Undocumented
Class Variable option​_inherits​_attrs Undocumented
Instance Variable choices Undocumented

Inherited from Widget (via RadioSelect, ChoiceWidget):

Method ​_render Undocumented
Method build​_attrs Build an attribute dictionary.
Method render Render the widget as an HTML string.
Class Variable is​_localized Undocumented
Class Variable is​_required Undocumented
Class Variable needs​_multipart​_form Undocumented
Class Variable supports​_microseconds Undocumented
Instance Variable attrs Undocumented
Property is​_hidden Undocumented
def use_required_attribute(self, initial):
def value_omitted_from_data(self, data, files, name):
allow_multiple_selected: bool =
input_type: str =
option_template_name: str =
template_name: str =