Interface SwitchGroup

interface SwitchGroup {
    action_id: string;
    options: { initial_selected?: boolean; text: string; value: string }[];
    style: string;
    type: "checkboxes";
}

Properties

action_id: string
options: { initial_selected?: boolean; text: string; value: string }[]
style: string
type: "checkboxes"