export interface ILabel { name: string; subText?: string; for?: string; optional?: boolean; }