{% extends "partials/layouts/main-layout.html.twig" %} {% block body_attributes %} {% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
{% include "partials/breadcrumb.html.twig" with {'title': "Checkboxes", 'subtitle': "Home"} %}

Checks

Checks - Disabled

Checks - Colors

Success
Danger
Warning
Primary
Secondary

Checks - Light Colors

Success
Danger
Warning
Primary
Secondary

Checks - Outline Border Colors

Success
Danger
Warning
Primary
Secondary

Radios - Default

Radios - Disabled

Radio - Colors

Success
Danger
Warning
Primary
Secondary

Radios - Light Colors

Success
Danger
Warning
Primary
Secondary

Radios - Outline Border Colors

Success
Danger
Warning
Primary
Secondary

Toggle buttons

Radio toggle buttons

Outlined styles



{% endblock %} {% block js2 %} {% endblock %}