Just like to ask how can we add the checkbox mandatory on creating account?
thank you
Hi @app 
Welcome to the community 
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