Tick Box - How do add a tick box in my app

Hi, I am newbie here… How do I add a tick box where my users can just tick yes or no?

You can use the toggle component which will update a true/false property on the database.

Thanks but I am sure how to go about that…

Have you done a video on this specific item that I look at?

Hello, you can do it by adding a component called " toggle" and it’ll be ready to update any property to (True or False).

Thank you!