Interface CheckboxGroupComponent

interface CheckboxGroupComponent {
    customID: string;
    id?: number;
    maxValues?: number;
    minValues?: number;
    options: CheckboxGroupOption[];
    required?: boolean;
    type: CHECKBOX_GROUP;
}

Hierarchy (view full)

Properties

customID: string
id?: number

Autoincremented number if not provided

maxValues?: number
minValues?: number
required?: boolean