html:- <bSwitch [(ngModel)]="club.plans[0].IsFeatured" (onChangeState)="updateclubs($event, club)"> </bSwitch> Component Code:- updateclubs(event, club) { if (club.Isactive) { event.preventDefault(); } i need to prevent the switch incase when club is inactive. StopPropagation method is also not available.