Hi Amanda,
Good question! The Checkbox can get the selected text, but the format might not be the most useful, depending on what your choice text is (whether or not it contains commas). You might need a
for loop to collect the selected options in a
list. Also, to populate the output, you'll likely need to use
for loops for that as well. And if you want bullets, you'll want to use the Rich Text
set formatted text with some simple HTML tags.
Here's a video that covers how to do this -
https://share.smartbuilder.com/public/support/get-checkbox-selection-for-loops-html-text.mp4
Sample file and a picture of the code is attached.