Within this plugin, the JSON data structure utilizes the key text
for tree population. How can I customize it to use a different key for populating?
In the provided JSON snippet, the structure includes:
"text": "Same but with check boxes",
I would prefer to use something like:
'myLabel': "Same but with checkboxes",
Is there a way to accomplish this customization?