Switch [ v1 ]
Default Switch

@for (item of switches; track item; let i = $index) {
} Use class input-[color name] in <input> tag
Custom Switch

@for (item of switches; track item; let i = $index) {
} Use class custom-switch-v1 in <div> tag
Color States

@for (item of switches_light; track item; let i = $index) {
} Use class input-light-[color name]
Inline Switch

Use class form-check-inline
Switch in Horizontal Form
Sizing
Some help text goes here
Some help text goes here
@for (item of switches; track item; let i = $index) {
} Some help text goes here
@for (item of switches_light; track item; let i = $index) {
} Some help text goes here