Add .custom-control .custom-checkbox as a single wrapper & add
.custom-control-label for better output.
To add a checkBox, we have the .vs-checkbox-con as a wrapper. Also use .vs-checkbox for better output.
To change the color of the checkBox use the .vs-checkbox-{value} for primary, success, danger, info, warning.
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.