[Id

    1. this.app = app
    2. ngAfterViewInit() {
    3. var checkbox = this.app.getComponent("myCheckbox");
    4. console.log('checkbox is checked');
    5. }