How to detect a checkbox for a line and make it check using selenium from Power Automate

Using contains in xpath

example
xpath=//a[contains(text(),‘1024.0’)]

This find every element contains 1024.0