Open edteke opened 10 years ago
I have several switches and want one that turn all of them off. How do you achieve this?
Will be good to have the option that when the underlying input changes the checked state, the switch also changes.
i have the save problem
try:
$('#myButton').switchButton('option', 'checked', true);
(it's in the documentation btw :P )
I have several switches and want one that turn all of them off. How do you achieve this?
Will be good to have the option that when the underlying input changes the checked state, the switch also changes.