Checkboxes
Basic Checkbox
Use the checkbox
class to create a basic checkbox.
Checkbox Colors
Use the checkbox-{color}
class to change the color of the checkbox.
Checkbox Sizes
Use the checkbox-sm
, checkbox-md
and checkbox-lg
classes to
change the size of the checkbox.
Disabled Checkbox
Use the disabled
attribute to disable the checkbox.
Custom Checkbox Icon
Example of custom checkbox with icon.
Custom Checkbox With Card
Example of custom checkbox with card.