@extends('layouts/contentLayoutMaster') @section('title', 'Switch') @section('content') Switch Toggle this switch element Disabled switch element Colored Switch Use class .form-check-#{$color-name} with .form-switch to change switch's color Primary Secondary Success Danger Warning Info Dark Switch with Icons Use class .switch-icon-left & .switch-icon-right inside of .form-check-label to create a switch with icon. Primary Secondary Success Danger Warning Info Dark @endsection
Use class .form-check-#{$color-name} with .form-switch to change switch's color
.form-check-#{$color-name}
.form-switch
Use class .switch-icon-left & .switch-icon-right inside of .form-check-label to create a switch with icon.
.switch-icon-left & .switch-icon-right
.form-check-label