@@include('./layouts/head.html') @@include('./layouts/head-bottom-link.html') @@include('./layouts/main.html')
Basic Checkbox
.form-check-inline to any .form-check
Add .position-static to inputs within .form-check that don’t have any label text
Custom Checkbox
Add .custom-control-inline to any .custom-control
$('.your-checkbox').prop('indeterminate', true)
Color Options
@@include('./layouts/footer.html') @@include('./layouts/footer-bottom-link.html')