I am wanting to use the toggle function for a check list on my app. The problem is my check list has 600+ options, and the toggle function is becoming cumbersome, because you can only link it to the data collection under “logged in user”.
I am wondering, does anyone know how to create a toggle function that can use a different collection on the database?
Or somehow replicate the function of the toggle without using the actual toggle function so that i can use a different collection?
please let me know, thanks in advance for your time!