i AM USING custom AG grid Header component and Issue is that on Mobile view it does not allows to Click span element Wrapper over Input class
<label class="customcheck"> <input type="checkbox" [indeterminate]="isIndeterminate" [checked]="isChecked" [disabled]="IsDisabled" #checkbox (change)="toggleState($event)" /> <label class="checkmark"></label> </label>
above is the Code in Header Component and Below is SS for the how UI looks
in this the Event of Click is not working
and the Same is also not working in official AG Grid page
enter image description here
enter image description here
Any POssible Solution for this
vikas dhavan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.