export interface ICheckboxSettingsProps { name: string id: string label: string value: string tooltipText?: string }