# `Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.Toggles`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/reader_collect_inputs_params.ex#L83)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Terminal.ReaderCollectInputsParams.Inputs.Toggles{
  default_value: String.t() | nil,
  description: String.t() | nil,
  title: String.t() | nil
}
```

* `default_value` - The default value of the toggle. Can be `enabled` or `disabled`. Possible values: `disabled`, `enabled`.
* `description` - The description which will be displayed for the toggle. Maximum 50 characters. At least one of title or description must be provided. Max length: 50.
* `title` - The title which will be displayed for the toggle. Maximum 50 characters. At least one of title or description must be provided. Max length: 50.

---

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