{% set title = 'Checkbox' %} {% set filename = 'form-element-checkbox.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
For users to check their lists.
To change the color of the Custom CheckBoxes, use the .bg-{colorName}
with
.form-check-input
class.
Use class .form-check-glow
class with
.form-check-input.form-check-{colorName}
for glow effect to Checkboxes. Glow shadow color will be changed according to Colored
Checkboxes.
To add a checkBox with different sizes, we have the .form-check-sm
class for
small
Checkboxes. Add it alongwith .form-check
class.