AboutSupportDeveloper GuideVersion 22.3.18
interface CheckboxGroupWidgetSpec {
    group: {
        label: string;
        value: string;
    }[];
    type: "CheckboxGroup";
}

Hierarchy (view full)

Properties

Properties

group: {
    label: string;
    value: string;
}[]
type

The type of widget to be used. Widgets can only be used with matching specific data types. For example the Text widget can be used with the string field type.