@extends('layouts/contentLayoutMaster') @section('title', 'Checkbox') @section('content') Basic Checkboxes Checked Unchecked Checked disabled Unchecked disabled Color To change the color of the checkBox use the .form-check-{value} for primary, secondary, success, danger, info, warning. Primary Secondary Success Danger Warning Info @endsection
To change the color of the checkBox use the .form-check-{value} for primary, secondary, success, danger, info, warning.
.form-check-{value}