+ 1
Input attribute - Ratio Tag
//Sorry for my English I can check a option automatically running the program?
2 ответов
+ 1
Try with the attribute 'checked':
<input type="radio" name="group" value="first" checked />
<input type="radio" name="group" value="second" />
<input type="radio" name="group" value="third" />
+ 1
Thanks ^^