How can I change some bootstrap switch
css classes dynamically if the state changes to true or false? In fact, if it is possible, appending a new class also may solve my problem. Is there any simple and useful way to do it? I tampered documentations but found nothing.
onSwitchChange
event is well enough for this situation but i need some help about it.
Update
I attached an image that tells what i want to achieve.