/** * 选中/取消/选中 复选框 * @param node 节点对象 * @param checked 是否选中 */ export default function check(node: HTMLInputElement, checked: boolean): void;