The node data's attribute to save the checked state.
Default: "checked"
Please don't set the other node attribute which zTree used. (e.g., checkedOld)
var setting = { data: { key: { checked: "isChecked" } } }; ......