0
How do i link checkboxes and radios (HTML) to the JS script?
<div> <p>question</p> <input type="checkbox" name="one" value="answer-one"> <input type="checkbox" name="two" value="answer-two"> <input type="checkbox" name="three" value="answer-three"> </div> Having that as an example, how'd i make that interact with JS? With id maybe, but I don't know...
1 ответ
+ 4
https://code.sololearn.com/W5OlKAjrIpRy/?ref=app
In same you, u can interact with radio as well.