Have you guys seen scenarios where if we use multiple checkbox controls on a screen, when you click on a checkbox, sometimes the checkmark doesn't show up inside, yet the state still changes? I had simulated a user selected a company from a list and once they did, other fields became active. When I run it, the next state still shows up but the checkbox itself doesn't show up in the box. If I click the box again, it reverses the action back and then sometimes the checkmark shows up, even though now it's technically the "unchecked" state.
If need be, I can send my files too. Just wondered if this is something you've encountered. I've run into it a lot and had to make a custom control that acted like a checkbox to get around it.
Thanks!
Charles
Hi, Charles!
Thanks for contacting us.
In order to simulate that behavior you can add a hotspot over the checkboxes and then check them explicitly at design time in the states that you want them checked.It is in our roadmap to add a property to explicitly set this behavior.
Please, let us know if we can be of further assistance.
Best regards,ClaudiaIndigo Studio Team
Thanks, Claudia. Was thinking that could be a solution for now too.