Hi! I’m new to figma. I’m trying to design a todo list app that utilizes checkboxes. I can make the checkbox alternate states, but I also want to add a select all/unselect all option. Is there a way to do a chain reaction so that if I click one item it can impact multiple other items? I also want the checkbox selection to change the status displayed as incomplete/complete. I know I can do this by creating a and making variants for every possible scenario, but this is quite time consuming. I’m hoping there is another way to do this.
Also, is there a way to make a component or multiple components be hidden from view or disappear even onClick as well? I’m also looking for easier ways to implement a delete option.