We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第171天 怎样给radio分组呢?
input[type=radio]
<div id="wrap"> <label for="f"> <input id="f" name="gender" type="radio" value="female"> <span>女性</span> </label> | <label for="m"> <input id="m" name="gender" type="radio" value="male"> <span>男性</span> </label> </div>
Activity
vkboo commentedon Oct 4, 2019
input[type=radio]
设置相同的name值,即可实现radio的分组