Checkbox

See: https://www.carbondesignsystem.com/components/checkbox/usage/

Checkboxes are used when there are multiple items to select in a list. Users can select zero, one, or any number of items.

Overview

Checkboxes are used for multiple choices, not for mutually exclusive choices. Each checkbox works independently from other checkboxes in the list, therefore checking an additional box does not affect any other selections.

class carbondesign.tags.checkbox.CheckBox(*args, **kwargs)

Checkbox component.

MODES = ('default', 'inside')

Available variants.

NODE_PROPS = ('mixed',)

Extended Template Tag arguments.

prepare(values, context)

Prepare values for rendering the templates.

prepare_element_props(props, context)

Prepare html attributes for rendering the form element.

render_default(values, context)

Output html of the component.

render_inside(values, context)

Output html of the component.

render_tmpl_label(values, context)

Dynamically render a part of the component’s template.