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