1
Hello, in my role has the event .onClick
that should activate when marking the checkbox
, but when I use the data-md-icheck
it is ignored by the function.
<input type="checkbox" data-md-icheck class="ts_checkbox"/>
Event:
$(document).on('click', 'input[type="checkbox"]', function () {
$this.click = $(this);
$this.get();
});
Good people, I found the documentation and the solution. http://icheck.fronteed.com/#callbacks
– GiaN
Post as answer to your question and then mark it as right.
– William Aparecido Brandino