@extends('layouts.master') @section('title', 'Checkbox') @section('content')
Custom Checkbox
Add .form-check-inline to any .custom-control
document.querySelector('your-checkbox').indeterminate=!0;
Color Options
@endsection @section('scripts') @endsection