Skip to content

wpic/bootstrap-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Very simple, fast and lightweight (> 2K) jquery plugin for bootstrap to render checkbox like iOS style switch button.

Usage

$(SELECTOR).bootstrapSwitch({
    on: 'On', // default 'On'
    off: 'Off', // default 'Off'
    onLabel: 'closed', //default ''
    offLabel: 'open', //default ''
    same: false, // default false. same text for on/off and onLabel/offLabel
    size: 'lg', // xs/sm/md/lg, default 'md'
    onClass: 'primary', //success/primary/danger/warning/default, default 'primary'
    offClass: 'default', //success/primary/danger/warning/default default 'default'
});

Install

Copy the bootstrap-switch.js or use bower to install:

bower install bootstrapswitch

About

Turn checkbox to Boostrap toggle button with iOS style.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages