Checkbox
For user to check they list.
Basic Checkboxes
Custom Colored Checkboxes
To change the color of the Custom CheckBoxes, use the .bg-{colorName}
with
.form-check-input
class.
Checkboxes Glow
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.
Checkboxes Sizes
To add a checkBox with different sizes, we have the .form-check-sm
class for small
Checkboxes. Add it alongwith .form-check
class.