Switch
Plugin dependency
This component requires customized bootstrapSwitch JS plugin provided by the bootstrap-bookingsync-sass gem.
Sizes
BootstrapSwitch plugin provides various size variants. The only variant
currently supported by bootstrap-bookingsync-sass
is the
switch-small
.
<div class="make-switch switch-small">
<input type="checkbox" checked>
</div>
Disabled Switch
Plugin dependency
This component requires customized bootstrapSwitch JS plugin provided by the bootstrap-bookingsync-sass gem.
Sizes
BootstrapSwitch plugin provides various size variants. The only variant
currently supported by bootstrap-bookingsync-sass
is the
switch-small
.
<div class="make-switch switch-small">
<input type="checkbox" checked disabled>
</div>