bootstrap-checkbox icon indicating copy to clipboard operation
bootstrap-checkbox copied to clipboard

A checkbox component based on Bootstrap framework.

Results 15 bootstrap-checkbox issues
Sort by recently updated
recently updated
newest added

The top right conrner is not rounded because both `btn-group` and `btn-group-vertical` class are applied: ![image](https://cloud.githubusercontent.com/assets/6103077/19408750/5d34ee3c-92cd-11e6-9873-dbb8a3e3db3c.png) ``` html No Yes ``` It displays just fine if I remove the `btn-group`...

Couple of questions. Is it possible to have neither No nor Yes highlighted on initial display? Is it possible to set a $_POST value for the off state? Also, the...

It looks like a checkbox, converted to a 'checkboxpicker' can still be changed even though it has been set to readonly. The state of the button changes to dimmed (e.g....

``` html ``` Also be nice if there was a way of controling the size via data attribute. At the moment I have to do this: ``` javascript $this.checkboxpicker({ defaultClass:...

Hi I am trying to use this plugin in one of my asp.net view, it shows the Yes/No button perfectly in place of Checkbox. But when I click the Yes/No...