Hi Everyone
Just got into RPA for a company im working for. Having trouble with getting the value of a checkbox\radio button.
I can successfully call the the checkbox and click it and unclick it with the following jquery
iframe[Id="gsft_main"] div[class="col-xs-12 catalog-checkbox"] span:has(label:contains("Wired Mouse"))
but im struggling to getting the actual value from the checkbox. (as my actions are dependent if the checkbox is checked or not)

Ive tried changing the target for checkbox to the below with the addition of the below to select the checkbox (wired mouse) but have been unsuccessful
iframe[Id="gsft_main"] div[class="col-xs-12 catalog-checkbox"] span:has(label:contains("Wired Mouse")) ~ Input[class="cat_item_option"]
Can someone please lead me in the right direction to do steps when the pictured checkbox is selected which is in the iframe please before i pull all my hear out! happy to provide more info if required.