Below is my code which i added three checkboxes, I cannot select only single checkBox against all checkboxes when it is with different formControlName
input type="Checkbox" id="inputCheckBox1" class="form-control mb-3 mt-2" formControlName=“checkBox1" autocomplete="off"
input type="Checkbox" id="inputCheckBox2" class="form-control mb-3 mt-2" formControlName="checkBox2" autocomplete=“off”
input type="Checkbox" id="inputCheckBox3" class="form-control mb-3 mt-2" formControlName="checkBox3" autocomplete=“off"
Aucun commentaire:
Enregistrer un commentaire