//For jQuery 1.6 and above $('#myCheckBoxID').prop('checked', true); //For jQuery Before 1.6 $('#myCheckBoxID').attr('checked','checked');