LCweb-ita / LC-switch

Superlight vanilla javascript plugin improving forms look and functionality

Home Page:https://lcweb.it/lc-switch-javascript-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to theme only one checkbox on a page ?

opened this issue · comments

Hi,

I'd like to use your switches for a webpage of mine, but I can't make it work on only a specific checkbox and not all of them.

If you have any clue, that would be a great help !

Thank you.

Sincerly

commented

Hi, just use a selector for that specific check. Basically add a class or an id to that input and use

$('.the_check_class').lc_switch();