radio 的分组范围。[setting.check.enable = true 且 setting.check.chkStyle = "radio" 时生效]
默认值:"level"
radioType = "level" 时,在每一级节点范围内当做一个分组。
radioType = "all" 时,在整棵树范围内当做一个分组。
请注意大小写,不要改变
var setting = {
check: {
enable: true,
chkStyle: "radio",
radioType: "all"
}
};
......