Sha256: 4616df1398d7ea6103cae63d099bcaa547e8ea768c7b512509ef622df4c3ea82
Contents?: true
Size: 1.78 KB
Versions: 20
Compression:
Stored size: 1.78 KB
Contents
<div class="example"> <div class="sheet-header"> <h3 id="switch">Switch</h3> </div> Turns checkboxes and radio buttons in toggle switches <div class="bs-callout bs-callout-danger"> <h4>Plugin dependency</h4> <p> This component requires customized bootstrapSwitch JS plugin provided by the bootstrap-bookingsync-sass gem. </p> </div> <div class="bs-callout bs-callout-danger"> <h4>Sizes</h4> <p> BootstrapSwitch plugin provides various size variants. The only variant currently supported by <code>bootstrap-bookingsync-sass</code> is the <code>switch-small</code>. </p> </div> <div class="bs-example bs-sheet" data-example-id="switch"> <div class="make-switch switch-small"> <input type="checkbox" checked> </div> </div> </div> ~~~ HTML <div class="make-switch switch-small"> <input type="checkbox" checked> </div> ~~~ <div class="example"> <div class="sheet-header"> <h3 id="disabled-switch">Disabled Switch</h3> </div> <div class="bs-callout bs-callout-danger"> <h4>Plugin dependency</h4> <p> This component requires customized bootstrapSwitch JS plugin provided by the bootstrap-bookingsync-sass gem. </p> </div> <div class="bs-callout bs-callout-danger"> <h4>Sizes</h4> <p> BootstrapSwitch plugin provides various size variants. The only variant currently supported by <code>bootstrap-bookingsync-sass</code> is the <code>switch-small</code>. </p> </div> <div class="bs-example bs-sheet" data-example-id="disabled-switch"> <div class="make-switch switch-small"> <input type="checkbox" checked disabled> </div> </div> </div> ~~~ HTML <div class="make-switch switch-small"> <input type="checkbox" checked disabled> </div> ~~~
Version data entries
20 entries across 20 versions & 1 rubygems