I want to make this terms and condition a required check box or else it will not allow user to Sign In/Sign Up.
Hi acuno! Welcome to Thunkable!
In order to do this, you have to go to the blocks tab and select an if do block, then what you want to do is go to the checkbox’s set of blocks and pull out the Checkbox's 1 Value
to put it in a = block as the first input and put the true block as the second. Should look something like this.
You can add an else for example, if checkbox1’s value = true, set button 1 disabled to false, else set button 1 disabled to true.
Hope this helps!
2 Likes
thank you, this is really helpful.
1 Like