BooleanElement: LookupFormElement & FormElementRequired & FormElementReadOnly & {
    defaultValue: boolean;
    type: "boolean";
}