# Checkbox

The `Checkbox` field allows you to add a single checkable box, like you might see when accepting terms and conditions.

![](https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FDbVROQhpf3Eje63a5tkU%2Fdocs_element-checkbox.png?alt=media\&token=edc68a74-4758-485e-a003-5dc875dd84f6)

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference checkbox fields with `type` equal to `checkbox`. The submitted value is a `boolean`.
