ACF Checkbox values duplicating

Hey Team,
I have a Post Type called Project Page. I have a set of checkboxes (these were radio buttons but I needed to choose more than one so I switched them). When two or more check boxes are selected. I get a new text line for each selection - and each line has the full list of items selected. Just one line with a list of comma delimited options would suffice. Seems to me I need to prevent this from looping - or rebuild the output differently.

You can see an example here: https://vermontframstg.wpenginepowered.com/finished-project/horse-farm-in-woodstock-vt/

Hey Gregg,

Your Dynamic Content should be {{dc:looper:item}} to get the individual items in the loop.

Hi @christian,
Thanks for the reply. Well, that’s closer! What I actually want is for the results to be listed all on one line rather than one line for each entry. Is this possible? I used a nested div to start but before add the CSS to get them to line up, is there an easier way to make this happen? Or do you have a snippet of CSS I can use to accomplish this end goal?