The group about radio. It is valid when [setting.check.enable = true & setting.check.chkStyle = "radio"]
Default: "level"
When radioType = "level", will be grouped with same level nodes which have the same parent node.
When radioType = "all", will be grouped with all nodes.
Please note that letter case, do not change.
var setting = {
check: {
enable: true,
chkStyle: "radio",
radioType: "all"
}
};
......