{% raw %} {% with element.json.data.FormInputs as "inputfields" %} {% for item in inputfields.checkBoxes %}

{{item.legend}}

{% for option in item.options %} {% endfor %}
{% endfor %} {% endwith %} {% endraw %}