component.html
<div class="col-lg-6">
<div class="form-check position-absolute">
<input type="checkbox" class="form-check-input" id="exampleCheck1" [checked] = true >
</div>
<app-stackbar-chart [data]="exp_month_data"></app-stackbar-chart>
<app-stackbar-chart [data]="exp_data_performance"></app-stackbar-chart>
</div>
question description
I want to toggle these two divs(app-stackbar-chart) on check and uncheck of that checkbox