I would like to use a single field for a True or False answer on a form, but the user must enter True or False, not in a radio button, checkbox, or dropdown field because it is going to prefill from a database, but I want the user to be able to change the value from True to False or from False to True. With a drop-down, I can have it prefill, but I cannot change it.
Could I do this with a Regular Expression and only allow the values "True" or "False" And if so, how do I write that?