Skip to main content

How to prefill a checkbox as unchecked?

I want to uncheck a validation box via the URL I send my users, so they must always re-check it.

Similar to how it works on Airtable Form, you can achieve this by using:

?prefill_Checkbox=0

or

?prefill_Checkbox=false

Prefilling this value will uncheck the field.

Did this answer your question?