CheckboxElement: FormElementWithOptionsBase & {
    buttons: boolean;
    canToggleAll?: boolean;
    defaultValue?: string[];
    requiredAll?: boolean;
    type: "checkboxes";
}