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

Three state checkbox for Bootstrap

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

I need to have a reset function to uncheck the bootstrap checkbox check event. If my reset looks like this: var welChild = $('.checkbox-child').removeClass("checked"); var welParent = $('#checkbox-parent').removeClass("checked"); // remove...

Some users prefer having a different icon. So this allows to define the new icon.

If there is a checkbox with no checked attribute, yet with this.checked set to true, then converting it to bootstrap-checkbox format does not fill new node with an icon (while...

Hi ! I hope you'll answer this quiet fast ! :P So, what i wanna do is simple ! When you initialize a three state checkbox with your plugin. You...

Hey there , is there anyway we can keep the style after form submit. I am using the gravity form and when the form runs the ajax validation before submit,...

In Bootstrap 3.1.1 the "icon" turns to "glyph". The size of the glyph (ok & stop) do not fit into the checkbox. I've changed the checkbox container to 17px by...