I want to trigger change event and check checkbox from javaScript not jQuery.
I am having issues with jQuery because of this Strange Behaviour.
What i used to do with jQuery is:
$('#laneFilter').prop('checked','true').trigger('change');
I want same to do with javaScript. This must be really simple but i could not find the way . please help thanks in advance