export interface LeadGenLegalContentCheckboxFields { id: string; is_checked_by_default: boolean; is_required: boolean; key: string; text: string; }