- When I move text three before the input tag, the checkbox does not disappear when clicked for the third time.
- However, if I keep text three after the input tag, it works fine.
- Do you have any suggestions on how to fix this issue?
- I have included my code below:
<label [ngClass]="{'is-multiple-of-3':multipleOf3}">
<span id="redSquare"></span>
three
<input type="checkbox" name="rememberLogin" id="buttonId" (click)="open()">
</label>