diff --git a/src/lib/checkbox/checkbox.ts b/src/lib/checkbox/checkbox.ts index 71a57559ed48..0dee0d42202c 100644 --- a/src/lib/checkbox/checkbox.ts +++ b/src/lib/checkbox/checkbox.ts @@ -12,7 +12,7 @@ import { ModuleWithProviders, } from '@angular/core'; import {NG_VALUE_ACCESSOR, ControlValueAccessor} from '@angular/forms'; -import {BooleanFieldValue} from '@angular2-material/core/annotations/field-value'; +import {BooleanFieldValue} from '@angular2-material/core'; /** * Monotonically increasing integer used to auto-generate unique ids for checkbox components.