ActionInputParamsCheckBox: ActionInputBaseParams & {
    title: string;
    type: "CHECKBOX";
}