Manngo
0
Q:

radio input value

  <input type="radio" id="huey" name="drone" value="huey"
         checked> 
<!-- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio-->
3
//checked
  <input type="radio" id="huey" name="drone" value="huey"
         checked>
1
<input type="radio" name="test" id="test" value="this is the value">
1

New to Communities?

Join the community