Radio Button
See: https://www.carbondesignsystem.com/components/radio-button/usage/
Use radio buttons when you have a group of mutually exclusive choices and only one selection from the group is allowed.
Overview
Radio buttons are used for mutually exclusive choices, not for multiple choices. Only one radio button can be selected at a time. When a user chooses a new item, the previous choice is automatically deselected.
- class carbondesign.tags.radio_button.RadioButton(*args, **kwargs)
Radio Button component.
- NODE_PROPS = ('exclude', 'vertical', 'left')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('radio',)
Prepare xxx_class and xxx_props values.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- render_tmpl_items(values, context)
Dynamically render a part of the component’s template.