SingleCheckboxField: {
    appearance: string;
    errorMessage?: string;
    inputType: "BOOLEAN";
    key: string;
    label: string;
    required: boolean;
    richContent?: RichContent;
    type: "SINGLE_CHECKBOX";
}

Type declaration

  • appearance: string
  • OptionalerrorMessage?: string
  • inputType: "BOOLEAN"
  • key: string
  • label: string
  • required: boolean
  • OptionalrichContent?: RichContent
  • type: "SINGLE_CHECKBOX"