zTree 节点数据中保存 check 状态的属性名称。
默认值:"checked"
请勿与 zTree 节点数据的其他参数冲突,例如:checkedOld
var setting = { data: { key: { checked: "isChecked" } } }; ......