{% set title = 'Radio' %} {% set filename = 'form-element-radio.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Radio

Choose one from a list with radio buttons.

Default Radio

Colors

Use class .form-check-{color} with .form-check to change radio color

Switches

A switch has the markup of a custom checkbox but uses the .form-switch class to render a toggle switch. Switches also support the disabled attribute.

With Buttons

A switch has the markup of a custom checkbox but uses the .form-switch class to render a toggle switch. Switches also support the disabled attribute.

{% endblock %}