Dynamic Preset State of Checkbox based on Current cell's item's field?

Is it possible to set a checkbox in a repeatinggroup as “unchecked” using the given Dynamic status above?

The “Search for Order Items:count > 0” returns a “no” value. Shouldn’t this set the checkbox as unchecked?

For specific reasons, I cannot rely on refreshing the page to reset the checkboxes as “unchecked” by means of the Preset status option.

Can anyone suggest alternatives, in order to make the dynamic status uncheck the icon? Thanks

Instead of a checkbox, you can try using an image element that changes its image. Maybe that will behave as you intended.

Right, so maybe I should just create a toggle workflow instead of a checkbox? Seems to be the most direct way to solve the issue. Thanks for the reply!