# Must be "true" to submit a form

**URL:** https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932
**Category:** Ask for Help
**Created:** [March 8, 2023, 10:28pm UTC](https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932 "2023-03-08T22:28:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rachel](https://avatars.discourse-cdn.com/v4/letter/r/46a35a/32.png) [@rachel](https://community.glideapps.com/u/rachel)
#### Post date: [March 8, 2023, 10:28pm UTC](https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932/1 "2023-03-08T22:28:08Z")

</div>

Hello, I am new to Glide and my technical skills are low but maybe someone can help me out. I am trying to make it so that a boolean must be True for a form to be submitted. On my webpage (which is a checkout inventory system), someone must agree to terms and conditions from False to True when making a request to reserve an item. I want them to only be able to submit the request to reserve if they agree as true but can’t figure that out, thanks.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [March 8, 2023, 10:39pm UTC](https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932/2 "2023-03-08T22:39:43Z")

</div>

Not possible in the native form… You would have to create a custom form and hide submit button until the conditions are checked.

Only entry fields have the required condition in the native form.

---

<div class="post-metadata">

### Author: ![Jesus\_Valenzuela\_Dia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jesus_valenzuela_dia/32/22582_2.png) [@Jesus\_Valenzuela\_Dia](https://community.glideapps.com/u/Jesus_Valenzuela_Dia)
#### Post date: [March 9, 2023, 1:48pm UTC](https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932/3 "2023-03-09T13:48:16Z")

</div>

## Hi @rachel , You can use a _choice_ component (instead a _switch_ or _checkbox_), make it _required_ and only have _true_ as source value, in the pictures below it is an example, hope it works for you and feel free to ask any question. ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/d/1d15a3b2b7329bf7fe20613ecd6784486cf760ba.png)

## ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/7/a790e35e799855e0897a91bb761f476d4ebb87c1.png)

## ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/0/302afc7ccc85a4f60cf145421c5365b5a5295ae3.png)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/8/48697e9f9103e75b83907250e088d2516f410353.png)

---

<div class="post-metadata">

### Author: ![Kellar](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kellar/32/69515_2.png) [@Kellar](https://community.glideapps.com/u/Kellar)
#### Post date: [January 18, 2024, 11:36pm UTC](https://community.glideapps.com/t/must-be-true-to-submit-a-form/58932/4 "2024-01-18T23:36:38Z")

</div>

> [@Uzo](#):
>
> Not possible in the native form… You would have to create a custom form and hide submit button until the conditions are checked.
> 
> Only entry fields have the required condition in the native form.

Weeeell… I have a checkbox here that actually greys out the submit button when I un-check it, and I can’t seem to figure out how it got that way or how to un-get it that way…
