UNPKG

@ng-matero/extensions

Version:
18 lines (17 loc) 415 B
export interface MtxCheckboxGroupOption { ariaDescribedby?: string; ariaLabel?: string; ariaLabelledby?: string; label?: any; value?: any; color?: string; checked?: boolean; disabled?: boolean; disableRipple?: boolean; indeterminate?: boolean; labelPosition?: 'before' | 'after'; id?: string; name?: string | null; required?: boolean; [k: string]: any; }