Currently, the alignment of checkboxes is disrupted when they are checked. The unchecked checkboxes align in a straight line, but once checked, the boxes shift towards the left. I would like the alignment to remain consistent and in a straight line regardless of whether the checkbox is checked. Please provide a solution to fix this issue.
[Image- Checkbox moves when checked][1] input[type=checkbox][_ngcontent-c13],
.tbl-chkBx[_ngcontent-c13] {
height: auto;
width: auto;
margin-top: auto;
vertical-align: initial;
text-align: center;
}
<td _ngcontent-c13="" class="tbl-chkBx">
<input _ngcontent-c13="" class="form-check-input position-static ng-untouched ng-valid" formcontrolname="isSelected" type="checkbox" ng-reflect-name="isSelected">
</td>