How can a user pick the true/false property?

I am building an event app and as the users create the event I need to make them able to choose whether or not they want certain functionality for their event. In the database this functionality are displayed as a true/false property. I cannot find what component is able to let the user being able to pick between true and false, I tried using a toggle component but it’s only able to change the current user and it doesn’t let me pick anything else.
Any help ?

There is a switch icon in the components marketplace for free that you can use for true/false. Also referred to toggle on/off

Hi @gabs,

You can use the toggle component easily or you could use the switch component mentioned by @kdy294!

To get the current data for connect in to the toggle, check whether if you got the data in that screen.

Thank you