export interface ICheckboxUpdateEvent { id: string; checked: boolean; }