Skip to content

Interface: ReviewFormFieldMultiChoice

Custom multi-choice (checkbox).

Extends

Properties

category

ts
category: string;

Inherited from

ReviewFormFieldCustomBase.category


error_messages?

ts
optional error_messages?: Record<string, string> | unknown[];

Inherited from

ReviewFormFieldCustomBase.error_messages


field_id

ts
field_id: number;

Inherited from

ReviewFormFieldCustomBase.field_id


field_key

ts
field_key: string;

Inherited from

ReviewFormFieldCustomBase.field_key


field_type

ts
field_type: "multi_choice";

help_text

ts
help_text: string;

Inherited from

ReviewFormFieldCustomBase.help_text


input_type

ts
input_type: string | null;

Inherited from

ReviewFormFieldCustomBase.input_type


label

ts
label: string;

Inherited from

ReviewFormFieldCustomBase.label


options

ts
options: ReviewFormFieldOption[];

Inherited from

ReviewFormFieldCustomBase.options


title

ts
title: string;

Inherited from

ReviewFormFieldCustomBase.title


validation

ts
validation: {
  required: boolean;
} & Record<string, unknown>;

Type Declaration

required
ts
required: boolean;

Inherited from

ReviewFormFieldCustomBase.validation