I'm making use of jsTree, and I'm trying to have a nested checkbox tree structure. Like so:
[] Parent 1
[] Child 1
[] Child 2
Parent 1 has an Id of 1 and Child 1 has an Id of 1, jsTree doesn't like that (it doesn't work), how can I tell jsTree that the nested (Child) tree has a separate list of Ids?
JsFiddle: https://jsfiddle.net/0jL272nx/7/