switchery icon indicating copy to clipboard operation
switchery copied to clipboard

iOS 7 style switches for your checkboxes

Results 79 switchery issues
Sort by recently updated
recently updated
newest added

Hi, I got an issue when I clone (with jquery clone() method) an element containing switchery. The switches of the cloned element doesn't works, the click doesn't change their status....

I have onchange event handler for the switchery checkbox and when I click it, event is triggered twice. Anyone knows how this can be fixed?

Hi It is a known issue that Switchery fires the onchange event twice when it is inside a label ``. Issues #50 and #51 were about this, for example. I...

Hi Guys, Please check the below issue, when i added row dynamically the older checkbox getting duplicated. Here is the code im using when add button clicked - var elems...

Hello, First of all, it is a great plugin to create switches easily. I am using it to convert my checkbox to switch. Problem I am facing here is, I...

Hi, thanks for this awesome plugin. Switchery error in webpack, Initialization times wrong error: Cannot set property 'trackingClick' of undefined(…)

I run `yarn add switchery` But it install from [https://github.com/antonamurskiy/switchery](https://github.com/antonamurskiy/switchery) How can I install it correctly with yarn?

I have some problems when using it,I get a state in the database, and if it's off, I close it from the new rendering. ![image](https://user-images.githubusercontent.com/57091336/67666934-c87cfd80-f9a7-11e9-9cad-d8af26dd8fb6.png) ![image](https://user-images.githubusercontent.com/57091336/67666966-d9c60a00-f9a7-11e9-8658-48bf588968da.png) What should I do?

Hi, I followed the readme instruction and set disabled: true in the script tag: `var switch = new Switchery(elem, {disabled: true});` However, the created switch is still enabled. Also, I...