Webflow checkout page, delivery option radio input

Hello community,

i use ecommerce checkout page, i tried to use javascript to get radio button on delivery option. But i get 2 big issues.

-First issue, when i make querySelectorAll on radio button on Shipping Method List, it’s show me an nodelist with 1 length but i have 2 delivery method.

-Second issue, i tried to add an onclick on radio input to console.log something but it’s not working on Shipping Method List collection, but it’s works out of this collection.

for my website i need to interaction of those radio.

Thanks guys !