@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Switch') @section('content')

Basic Switch

Active Switch
Inactive Switch
Disabled Active Switch
Disabled Inactive Switch

Switch with Glow

Use class .custom-switch-glow class with .custom-switch for glow effect to switch. Glow shadow color will be changed according to switch color.

Switch with Shadow

Use class .custom-switch-shadow class with .custom-switch for shadow effect to switch.

Colors

Use class .custom-switch-#{$color-name} with .custom-switch to change switch's color

Primary

Success

Danger

Info

Warning

Dark

Icons

Use class .switch-icon-left & .switch-icon-right inside of .custom-control-label to create a switch with icon.

Primary

Success

Danger

Info

Warning

Secondary

@endsection