radio checked on start

Solutions on MaxInterview for radio checked on start by the best coders in the world

showing results for - "radio checked on start"
Paolo
11 Jun 2016
1<!--HTML solution-->
2<input type="radio" checked/>
3<!--XHTML solution-->
4<input type="radio" checked="checked" />
5