/// export interface CheckboxComponentProperties { id?: string; text?: string | JSX.Element; image?: string; checked?: boolean; onChange?: (data: boolean) => void; }