Godot Version
Godot 3.5
Question
I have been trying to implement a system so the person can accept my terms of use and privacy policy checkboxes. You see, I’ve added my checkboxes as children of my ColorRect which is a child of my popup node and when I try to click them in my scene they are not working and do not change (they are not clickable). I have already checked to make sure they are clickable and checked many other things but I have not found out how to fix this. Something that might help find the problem is that when I disable the popup node’s Exclusive feature, when I click on the popup it simply disappears from the screen. please help me, I am an intermediate coder of Godot so I don’t know much about this popup node and I don’t know if I need to put something in my code to make this work. The image might help with something.