@extends('layouts/contentLayoutMaster') @section('title', 'Checkbox') @section('content')

Basic Checkboxes

Color

To change the color of the checkBox use the .form-check-{value} for primary, secondary, success, danger, info, warning.

@endsection