How to mark checkbox as checked using Dynamic CMS

Hi! I’m trying to populate a form with CMS content so a profile can be updated (updating the CMS) when a form is submitted.

Within this form I have added checkboxes, and I have managed to get the checkbox label and other content in the form to prepopulate dependent on the CMS data using

But i’m trying to do this for setting whether a checkbox is checked or not relative to having fields in my cms.

I’m trying to use:

but not getting anywhere. could anyone help?

Hi! I’m trying to do the same. Any luck @cameron2020?

I’m guessing you would need to use custom code or HTML embed element to map your checkbox to the CMS field. A switch field might work best in your collection.