export type CheckboxElement = Actionable<{
    type: 'checkbox';
    options: Option[];
    initialOptions?: Option[];
}>;