J
juanchpJan 10, 2017
Good morning,
I am working with this feature, but I need to change the state of the component switch by code. Is this possible? I am using the default one.
<div class="col-md-4 col-xs-6 bottommargin">
<label>Default:</label>
<input type="checkbox" id="ok1" class="bt-switch" checked>
</div>I have a jquery function to make changes in the code by "id" with the tag checked "true" or "false" like this:$("#ok1").prop("checked", false);
But is not working.
What can I change the state?
Thank you very much
Juan Carlos
