Hi, we have a mobile checkbox group embedded in a collapsible block and would like to iterate through the json array response and populate a checkbox's text for each json object in the response.
Attached is the current mapping we have. As you can see, "mobilecheckbox5" has custom java script which looks like:
element.text(value.name);
When testing, a list of the text appears, when uncollapsing the block, but the checkbox's are not rendered.
Any ideas?