Let's say that there's a form on my website that lets the user create a new account. Then let's say that the form has a checkbox labelled "I agree to the Terms of Service" and it is otherwise clear that, by selecting the checkbox, the user is agreeing to the Terms of Service. We can also assume that the Terms of Service document is linked somewhere on this theoretical signup page. The page also requires the user to check the box before signing up.
What if the user then decides to open the developer tools, remove the "I agree" checkbox, then sign up for an account? There is, of course, nothing stopping them from doing this, because they are modifying a copy of the page data present in their browser's memory. Since the checkbox is removed from the page, it is no longer a required field, and the browser will submit the form and create the user's account as normal. Can they then claim that they have signed up for an account but did not technically agree to any terms after doing this?