This allows you to create a checkboxlist based on Umbraco Content nodes, and allows you to set an XPath, to define the starting position from where to select them, so I think this could be set to be 'relative' to the current node, and therefore pick children.
Child nodes as checkbox list values
Is it possible to add child content as pre value to a checkboxlist displayed in parent content?
e.g. I am trying to give the use option to select which child nodes to show data from
Hi Rabea
Have a look at the nuPickers package:
https://our.umbraco.com/projects/backoffice-extensions/nupickers/
This allows you to create a checkboxlist based on Umbraco Content nodes, and allows you to set an XPath, to define the starting position from where to select them, so I think this could be set to be 'relative' to the current node, and therefore pick children.
https://github.com/uComponents/nuPickers/wiki/Editor-Control-CheckBox-Picker
https://github.com/uComponents/nuPickers/wiki/Data-Source-Xml
regards
Marc
Thanks.. I think this can work
is working on a reply...