I’m currently taking CSE and I’ve gotten stuck on a certain assignment. For one part of my app I need to create a checklist and then be able to share it with other people. I’ve tried many things but keep getting stuck. Can someone please help! I was given a little bit of the code but I don’t know what I need to do to finish it.
You do not need the join block to make a list of the checked boxes.
You should get/return the text of each checkbox as opposed to the component name
Some ideas of how to output a string from a list here