Top "Bootstrap-switch" questions

The bootstrap switch is a Twitter bootstrap plugin, that turns checkboxes and radio buttons into toggle switches.

disabling and enabling bootstrap switch using jquery

I am using bootstrap switch and currently got stuck as there aren't any strong documentation or examples that I could …

jquery twitter-bootstrap-3 bootstrap-switch
bootstrap-switch how to show large label text

I am using twitter bootstrap-switch plugin in to show a checkbox with two options. It works well for checkboxes with …

html css twitter-bootstrap bootstrap-switch
bootstrap switch setState using a jquery function

I'm trying to set the state of a bootstrap switch with two external buttons, this is the code: <div&…

javascript jquery twitter-bootstrap bootstrap-switch
Bootstrap Switch - Change state after clicking on button

I am using Bootstrap Switch plugin and Bootstrap Modal. Once the user clicks to change the Switch from on to …

jquery twitter-bootstrap bootstrap-switch
Bootstrap Switch - ON state

I am using this bootstrap switch library. I have a checkbox in my html. Now, it is always showing in …

twitter-bootstrap bootstrap-switch
bootstrap switch checking checked status always returns false

I don't want to listen for the event of the switch being toggled, instead I want to use JavaScript to …

javascript jquery twitter-bootstrap bootstrap-switch
Javascript array.push() do not add but replace it

I have some checkboxes styled with bootstrapSwitch. I wrote a script that have to add value of checkbox to an …

javascript arrays bootstrap-switch
How to customize bootstrap switch color

How can I customize bootstrap switch color to the desired color? I found a oncolor and offcolor but not know …

css customization bootstrap-switch
bootstrap switch and ng-model

I use angular and the bootstrap-switch plugin in my application. It works like this: <input type="checkbox" name="my-checkbox" …

angularjs angular-ui-bootstrap bootstrap-switch
Bootstrap Switch fn is not a function

I'm trying to add bootstrap switch to a rails project. When I add my script from here as this: <…

javascript ruby-on-rails twitter-bootstrap angular-ui-bootstrap bootstrap-switch