Toggle

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

A toggle is used to quickly switch between two possible states. They are commonly used for “on/off” switches.

Overview

Toggle is a control that is used to quickly switch between two possible states. Toggles are only used for these binary actions that occur immediately after the user “flips the switch”. They are commonly used for “on/off” switches.

class carbondesign.tags.toggle.Toggle(*args, **kwargs)

Toggle component.

MODES = ('default', 'nolabel')

Extended Template Tag arguments.

NODE_PROPS = ('small',)

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_nolabel(values, context)

Output html of the component.

render_tmpl_icon(values, context)

Dynamically render a part of the component’s template.