How to make a box ui

image

How do I make a box gui like this, tell me

The tick box

I think you can do a tick image inside of a box button, and when the box is clicked enable the image

but maybe there is a better way

Make 2 boxes, one will be the box with no check or tick, the other box has a check/tick then make the one with a check/tick invisible

Then make a variable to check when the box has no check or has a check: like this hasCheck = false

Then make a mouse click event then check the hasCheck if it is false or true. If it is false, then make it true and make the box with the check visible. If it is true, make it false, then make the box with the check invisible.

1 Like