How to use Radio Buttons in UIPath Studio

Hello all, I am new to UiPath Automation Tool and recently I have been trying to create small workflows, out of which in one workflow I have to select a radio buttons from multiple buttons. But when I am trying to locate the checkbox and running, It’s not getting checked. Instead it shows many duplicate elements are found. The radio button which i want is not getting selected while automating.
Can Someone help me with this issue?
Thank You

@megha.renny

Welcome to community!!

try to give anchors to click on respective check box.
make suer which ever element you are indicating as anchor that should be unique

Change the selector option from fuzzy to strict selector and confirm the properties in strict selector is unique

@megha.renny ,

check with these once

  • Refine the Selector – Use UiExplorer to add unique attributes like aaname, id, or value. Avoid idx unless necessary.
  • Use Anchor Base – If the radio button has a label, use Find Element as an anchor before clicking.
  • Enable SimulateClick – In the Click activity, enable SimulateClick or SendWindowMessages.
  • Try Different UI Frameworks – Switch to AA or UIA in UiExplorer.
  • Check for Hidden Elements – Ensure the radio button is visible before clicking.

@megha.renny

Welcome to the community

it might be necessary to refine the selectors and use strict selector in these cases

cheers