Basic Checkboxes
Custom Checkboxes
Add .custom-control .custom-checkbox
as a single wrapper & add .custom-control-label
for better output.
Vuesax Checkboxes
To add a checkBox, we have the .vs-checkbox-con
as a wrapper. Also use .vs-checkbox
for better output.
Color
To change the color of the checkBox use the .vs-checkbox-{value}
for primary, success, danger, info, warning.
Vuesax Checkboxes Sizes
To add a checkBox with different sizes, we have the .vs-checkbox-sm
and .vs-checkbox-lg
for small and large checkboxes respectively. Add it alongwith .vs-checkbox
class.