@@include('../layouts/head-page-meta.html', {'title': 'Checkbox'}) @@include('../layouts/head-css.html') @@include('../layouts/layout-vertical.html')
@@include('../layouts/breadcrumb.html', {'breadcrumb-item': 'Forms', 'breadcrumb-item-active': 'Checkbox'})
Custom Checkbox
Add .form-check-inline to any .custom-control
document.querySelector('your-checkbox').indeterminate=!0;
Color Options
@@include('../layouts/footer-block.html') @@include('../layouts/footer-js.html') @@include('../layouts/customizer.html')