<input type="checkbox" checked>
$('#example2').prop('checked', true).change();
$('#example3').click();