# DialogInput

**Kind**: interface | **Module**: [Modals](https://docs.interop.io/desktop/reference/javascript/modals/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/modals/dialoginput/index.html

Describes a dialog input.

## Properties

- **`checked`** (`boolean`, optional)
  Flag indicating whether the input was checked (valid only for a checkbox input).
- **`id`** (`string`, required)
  ID of the dialog input.
- **`type`** (`"checkbox" | "email" | "number" | "password" | "text"`, required)
  Type of the dialog input.
- **`value`** (`string`, optional)
  Value that was entered in the input (valid for all inputs other than a checkbox).
