You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a feature to disable this addon for specific checkboxes. Something like data-check-disable="true" within the input element would do nicely.
The text was updated successfully, but these errors were encountered:
After poking around in the code, I got it to work. And it works quite nicely. This code has three new options you can add. The first one sets on demand mode. With on demand mode, only checkboxes which has the data-switch-enable="true" attribute will show the switch. With on-demand mode turned off (the default), it works normally, but can be turned off for individual controls by adding the attribute data-switch-disable="true".
I would like a feature to disable this addon for specific checkboxes. Something like data-check-disable="true" within the input element would do nicely.
The text was updated successfully, but these errors were encountered: