Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adearriba/ShopifyCheckoutJS
/ label
Method
label
src/Methods/SelectionMethod.js:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
get label(){
33
return
this.querySelector(
'.radio__label'
).textContent;
34
}
35
36
get methodData(){
37
return
this.input.dataset;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected