For user to check they list
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.