Hello everyone,
I’m having trouble finding a “bulletproof” way to interact with a checkbox in a legacy Java application (Oracle Forms).
The problem:
A regular click (modern and classic) sometimes appears to work visually, but the back-end action is not triggered correctly.
Click simulation is not supported for these elements.
Using Type Into (sending a space) to trigger the checkbox also fails to provide consistent results.
The automation works on the first iteration, but fails on subsequent operations (even after restarting the application to avoid screen freezes).
What I’ve tried so far:
Modern and classic click activities (default, window messages).
Type Into sending " " (space) to trigger the state.
Using the Get property to check the current state (checked/selected).
If condition to decide if activation is needed.
Using Activate before each interaction.
Despite these steps, the behavior is inconsistent. Sometimes the robot detects the ‘panel’ instead of the checkbox itself.
Environment:
UiPath Studio 2025.10 (Modern)
UIAutomation Packages: 25.10.28
Java extension installed.
Does anyone have experience with these types of Java checkboxes? Is there a specific feature I should monitor, or a specific input mode that works best to get them to work without a hitch.
Any advice would be appreciated!

