check box (checkboxlisttile) - need to tap twice to check/uncheck

Widgets & Design

I'm having a issue where I'm using checkboxlisttile's in a ListView to display my check box options. The issue is that you need to tap the checkbox's twice to either check or uncheck it. The checkboxlisttile has a each for each onTap to update item at index.

I noticed that when I test this on my iPad using FlutterFlow's app, the checkboxes work fine. However, when deployed to my iPhone, the checkboxes require tapping twice. This issue occurs across all screens with CheckboxListTile and affects other users testing on iPhones as well.

Does anyone know why this is happening? Any recommendations or advise would be appreciated. Adding two screenshots.

What have you tried so far?

Removed the container from the check box.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies