Pill Buttons

Click on "Create" to test functionality.

Instructions

First you need to download these files (From Bootstrap Switch - http://www.bootstrap-switch.org/)

Here is the link : Download

Upload the files to your Static Application Files in "Shared Components".

Reference them in your page in CSS files and Javascript files, for example :

For the CSS : #APP_IMAGES #dist/css/bootstrap3/bootstrap-switch.min.css For the JS : #APP_IMAGES #dist/js/bootstrap-switch.min.js


I used the Simple Checkbox Plugin for the base of the checkbox item.

You can download it from here : Download

Now all that you need to do is initialize the Switch button, for instance in "Execute When Page Loads" (or using a button and a dynamic action just like I did)
This is an example :
$('#ITEM_NAME').bootstrapSwitch();