Radio button list and check box UiPath Studio

Hi Guys,

I am new to UiPath, Actually I have requirement like below with respect to radio button and check box.
1.Have the radio button list like below, How to get selected radio button details from it?
image
2. I have check box, How to select few from it?
image
As per my understanding this all problems get resolved with dynamic selector. so if any one have these kind of sample please share here.

Thanks and Regards,
Kishore

1 Like

Hi @Kishore_Ykr

Try Get Attribute Activity to know if it is checked or not.

For selecting check-boxes, use Click Activity. Use UIExplorer to find the right selector and make it dynamic by changing the variable value.

Regards,
Karthik Byggari

2 Likes

Thank you, I will go through get attribute activity.