# `PolarExpress.Schemas.CustomFieldCheckboxProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/custom_field_checkbox_properties.ex#L2)

CustomFieldCheckboxProperties

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomFieldCheckboxProperties{
  form_help_text: String.t() | nil,
  form_label: String.t() | nil,
  form_placeholder: String.t() | nil
}
```

* `form_help_text`
* `form_label`
* `form_placeholder`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
