📅  最后修改于: 2022-03-11 15:01:36.806000             🧑  作者: Mango
代码示例5
$("#checkboxid").prop('checked', true); // Checks the box
$("#checkboxid").prop('checked', false); // Unchecks the box