I am trying to add css to my div based on my input checkbox
<div class="pvreveal" [style]="ShowHideSection ? 'overflow:scroll;height:483px':''" >
<input id="isDelivery" type="checkbox" [(ngModel)]="ShowHideSection " />
</div
How to achieve this