User Profile
Collapse
-
is there any way to solve this problem of mine.... -
this is my code kindly check and ask if anything not understandable. ..Leave a comment:
-
...Code:<form [formGroup]="paymentdetailForm" class="form-horizontal" (ngSubmit)="onSubmit()"> <input type="checkbox" style="margin-top: 20px" formControlName="status" (click)="checkclick()" > <b>Enable Razorpay Payment</b> <div *ngIf="paymentdetailForm.controls.status.value">Leave a comment:
-
checkbox enable disable on users will in angular
i want to check a checkbox and even if the page is refreshed i want the state of checkbox(enable or disable previously)must be same and only after the user change the state of checkbox it should be undone.
No activity results to display
Show More
Leave a comment: