Hi all,
I am currently building a PowerApp that collect's information via form and passes that information through JSON and into a PDF.
I am struggling to only get selected values into a collection. So I am having to display them all and have the name and say if they are True/False. I hate the way this is and can't get my head around how to only show selected checkboxes. See below for example.
Form Question

Summary Page before creating PDF:

I have hardcoded each one of these values as I am not connecting to a data source. The PDF saves into a list.
I did try the Collect & Remove on check/uncheck but turns out a bit like this:
Test Environment PowerApp

Collection

If possible I would like to build something similar to this:

Any help would be greatly appreciated!