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-inputclass.

Checkboxes Glow

Use class .form-check-glowclass 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-smclass for small Checkboxes. Add it alongwith .form-checkclass.