you could make (tap
) method on ion-checkbox and send as parameter name of item and push it to some array if it’s not there already, and if it is just delete it from array and then *ngIf
on button with this.array.length > 0
, I cant think of any better solution
↧
How to show/hide button for at least one checkbox checked in ionic3
↧