Register (Checkbox)

Just like to ask how can we add the checkbox mandatory on creating account?
thank you

Hi @app :wave:

Welcome to the community :partying_face:

If you are using the form component you can add a true/false property on your Users collection and add that property on your form and you can make it required. Or you can add a Toggle ( If you are creating a custom form ) and set that to the created true/false property in your Users collection and add a visibility condition on the Submit button.

Hope it helps!

Thank you

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.