import { SzHtmlLabelDisplay } from '../../../../sz-html-controls/model/SzHtmlLabelDisplay'; export interface SzCheckedInputConfig { label?: string; labelDisplay?: SzHtmlLabelDisplay; idInput?: string; disabled?: boolean; checked?: boolean; }