I am using above code for selecting multiple options in a list. But when I select an option the tick mark is not appearing and it is getting displayed only after the list is scrolled up and down. Please suggest a fix. Thanks in Advance
Yes I have seen it, but I couldn’t find a fix there. There was a fix regarding “ion-radio” but I am not using it. I am using check-box. It is working fine in iOS 7,8 but not working in iOS 9.
As you can see in the ion-radio fix here https://gist.github.com/mlynch/064d27912b511a63caa3 the solution is a change in css for class item-radio. You are using this same class also.
Try if you can apply this css and see if it solves your issue.