developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

HTML : default check value in radio input #214

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : understanding how to set default radio value in HTML

use 'checked' attribute in input tag

< input type="radio" checked />

reference