$(document).ready(function () {
	$('#check_field').change(function () { $('#check2').attr('checked', true) })
});
