A couple of my users have Android phones. If you have the swipeModel: { on: true }, the swipe works fine but the click/touch events are lost. I've seen this with both checkboxes in the grid and buttons in the toolbar. If you keep tapping, every once in awhile the event is fired.
You can see the same behavior in the checkbox demo
https://paramquery.com/demos/checkbox.
Currently I am checking the OS, if its an Android, I turn off the swipe.
Thanks.
brian