New to Kendo UI for AngularStart a free 30-day trial

KENDO_CHECKBOX

Use the KENDO_CHECKBOX utility array to add all CheckBox-related components and directives to a standalone Angular component.

typescript
import { KENDO_CHECKBOX } from '@progress/kendo-angular-inputs';
@Component({
  standalone: true,
  imports: [KENDO_CHECKBOX],
  template: `<kendo-checkbox></kendo-checkbox>`
})
export class MyComponent {}
Not finding the help you need?
Contact Support