bootstrap-checkbox
bootstrap-checkbox copied to clipboard
A checkbox component based on bootstrap framework
Check for title attribute on the checkbox, if it exists, copy it over to the new span
Sometimes we will use this plugin out of _global context or window object_. So `jQuery` variable was missing from our global context. I think it would be a good idea...
This would really help out bower if you made a formal GitHub release of your code as-is as 1.0.1. Thanks!
thank you for your great works please i want to use the check-boxes styles but i found it very difficult to add to my already designed site maybe you should...
Hello, I find it really nice ! Unfortunatly, I cannot make it works and I don't know why. Could you add an small demo html to your project? Many Thanks...
Font Awesome icons only work when used with font-awesome version 3: <link href="//maxcdn.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.min.css" rel="stylesheet"/> The current version of Font Awesome is 4: <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
Hi! When I'm addding bootstrap-checkbox to form, I can't reset this form anymore. http://jsfiddle.net/dcmhb4yy/
There are cases where it would be useful to be able to toggle between two label values as well, just like the value of the button class can be toggled.
Add ``` setChecked: function (checked) { this.$element.prop("checked", checked); this.trigger('change'); // This is now missing this.$element.prop("indeterminate", false); this.checkChecked(); }, ``` Add this.trigger('change'); so that we can listen for change event for...
cannot be used with bootstrap-radio components.