Sha256: c13ba7f2e01e98a6302a8dfce94d95fdd2d5e9b003f6c245e0c9f61be26ef3a7
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 Bytes
Contents
## Switch 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 bootstrap-bookingsync-sass is the <code>switch-small</code>. </p> </div> <div class="example"> <div class="make-switch switch-small"> <input type="checkbox" checked> </div> </div> ~~~ HTML <div class="make-switch switch-small"> <input type="checkbox" checked> </div> ~~~ ### Disabled state <div class="example"> <div class="make-switch switch-small"> <input type="checkbox" checked disabled> </div> </div> ~~~ HTML <div class="make-switch switch-small"> <input type="checkbox" checked disabled> </div> ~~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-bookingsync-sass-0.0.17 | docs/content/components/switch.md |