Embed Checklist without pop up window

I would like to have a checklist embedded in the snippet that does not pop up a second window.

A work around may be a table with a column for an "x". With this option, it appears I may have to have a rule or if/else condition that would "strikethrough" the cell to the left that corresponds with that item.

I will include an image below as to what I am describing, unless someone has another theory as to how to achieve this result without a pop up window getting involved in the process.

Checklist Example

Hello Bryan, welcome to the community!

A form field of any kind, including a checklist, will trigger the pop up to open up, since you need to check it or not.

Your idea of using a table, or any other kind of formatted text, is the right way to go here.

Mixing that with a conditional if command is a good idea, but since you don't want the pop up to open up, the condition would always remain the same (you won't be able to give the snippet any extra info).

2 Likes