export interface IFabreactorMetadataButtonProps { id: string; label: string; isChecked: boolean; onChange: (key: string, isChecked: boolean) => void; }