New Checkbox Tree parent item

Hi,
I’m also eagerly waiting for an update that makes the hierarchy in the mapped version dependent on the parent_key. Are there any updates on this?
I can only see that the JSON structure for the checkbox tree has changed, for example:

[
  {
    "value": "Shoes",
    "label": "",
    "caption": "",
    "tooltip": "",
    "hidden": false,
    "disabled": false,
    "key": "4c292",
    "parentKey": ""
  },
  {
    "value": "Athletic",
    "label": "",
    "caption": "",
    "tooltip": "",
    "hidden": false,
    "disabled": false,
    "key": "1018d",
    "parentKey": "4c292"
  }
]

However, if you provide JSON of this type in the mapped options, the hierarchy is completely lost.

1 Like