export type ReorderableCheckboxItem = { id: string; label: string; enabled: boolean; fixed?: boolean; };