| 720 | for (const thing of this.options) { |
| 721 | const div = document.createElement("div"); |
| 722 | const input = document.createElement("input"); |
| 723 | input.classList.add("radio"); |
| 724 | input.type = "radio"; |
| 725 | input.name = this.label; |
nothing calls this directly
no outgoing calls
no test coverage detected