{% set title = 'Radio' %} {% set filename = 'form-element-radio.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
Choose one from a list with radio buttons.
Use class .form-check-{color}
with .form-check
to change radio
color
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.
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.