type InputFieldType: 
  | "text-input"
  | "select"
  | "checkbox"
  | "radiogroup"
  | "submit-button"
  | "auto-complete";