@extends('layouts.master') @section('title', 'Checkbox') @section('content')
.form-check-inline
.custom-control
document.querySelector('your-checkbox').indeterminate=!0;