/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import {_MatCheckboxRequiredValidatorModule} from '@angular/material/checkbox'; export * from './checkbox'; export * from './module'; export { MAT_CHECKBOX_CLICK_ACTION, MAT_CHECKBOX_REQUIRED_VALIDATOR, MatCheckboxClickAction, MatCheckboxRequiredValidator, _MatCheckboxRequiredValidatorModule, /** * @deprecated * @breaking-change 9.0.0 */ TransitionCheckState, } from '@angular/material/checkbox';