EvaluatedRadioGroup

API / @publicodes/forms / EvaluatedRadioGroup

Defined in: evaluatedFormElement.ts:38

Extends

Properties

answered

answered: boolean;

Defined in: evaluatedFormElement.ts:15

Inherited from

Evaluated.answered

applicable

applicable: boolean;

Defined in: evaluatedFormElement.ts:13

Inherited from

Evaluated.applicable

defaultValue

defaultValue: undefined | string;

Defined in: evaluatedFormElement.ts:40


description

description: undefined | string;

Defined in: formElement.ts:13

Inherited from

RadioGroupElement.description


element

element: "RadioGroup";

Defined in: formElement.ts:38

Inherited from

RadioGroupElement.element


id

id: string;

Defined in: formElement.ts:14

Inherited from

RadioGroupElement.id


label

label: string;

Defined in: formElement.ts:12

Inherited from

RadioGroupElement.label


options

options: Option[];

Defined in: formElement.ts:41

Inherited from

RadioGroupElement.options


orientation

orientation: "horizontal" | "vertical";

Defined in: formElement.ts:40

Inherited from

RadioGroupElement.orientation


required

required: boolean;

Defined in: evaluatedFormElement.ts:14

Inherited from

Evaluated.required

style

style: "default" | "button" | "card";

Defined in: formElement.ts:39

Inherited from

RadioGroupElement.style


value

value: undefined | string;

Defined in: evaluatedFormElement.ts:39