MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / checked

Method checked

src/Methods/SelectionMethod.js:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 get checked(){
45 return this.input.checked;
46 }
47
48 set checked(boolean){
49 this.input.checked = boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected