How to Get the value from check box if it is checked

Hi all,
I am automating desktop application
I have listed field which has check box .task is to get value from the list which is checked.
I have tried with get attribute .it is giving either checked or unchecked not the value
Please assist

hi @Mdshahul

You can use Get Attribute Activity and give property as “title”

It will display the result

Thanks
Ashwin S

Thanks fr your reply.

Title dint work.it dint pick the element name

Hi @Mdshahul

Use " aaname" property to get checked name.

Thanks
Girish