Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49248

Ion-checkbox limit checked options

$
0
0

@duzinxd1 wrote:

Hi!
I wanna limit the ion-checkbox selection to 5, without disabling all the others when it reaches 5.
Is it possible? I’ve been looking for solutions but since last year no one talked about it, and the existing posts remain without solutions(probably they’ve found it but didnt post)

Thanks for your help!

page.html

  <ion-list>
    <ion-item *ngFor="let entry of form">
        <ion-checkbox slot="end" [(ngModel)]="entry.isChecked"></ion-checkbox>
        <ion-label>{{entry.val}}</ion-label>
    </ion-item>
  </ion-list>

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49248

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>