# Field Types

| Field Type   | Key            |
| ------------ | -------------- |
| CheckBox     | 'checkbox'     |
| ComboBox     | 'combobox'     |
| Currency     | 'currency'     |
| Date         | 'date'         |
| DateTime     | 'datetime'     |
| Dropdownlist | 'dropdownlist' |
| Json         | 'json'         |
| Label        | 'label'        |
| MaskedText   | 'masked'       |
| Number       | 'number'       |
| Password     | 'password'     |
| Text         | 'text'         |
| TextArea     | 'textarea'     |
| JsonEditor   | 'jsoneditor'   |
| NoteEditor   | 'noteeditor'   |
| ScriptEditor | 'scripteditor' |
| SqlEditor    | 'sqleditor'    |
| MonacoEditor | 'monacoeditor' |
| RadioButton  | 'radiobutton'  |
