Hacker News new | ask | show | jobs
by tinus_hn 2356 days ago
How can you avoid signing ‘an incomplete form’ when so much problems can be caused by marking a checkbox? How can you avoid someone doing that after the fact?
2 comments

I think he should have checked the fourth box. [IANAIL]

If someone else completed this, the problem is that to check the fourth box you must add some "Alien or Admission number" that the other person didn't know. It's easier to check the first box that doesn't ask more questions.

Edit: I like the explanation in https://news.ycombinator.com/item?id=21932422

That's a radio group, not a set of checkboxes. Exactly one must be selected--the form isn't valid with none marked.