出现一种情况

在方案二中产生了默认勾选,解决办法如下

$(".check").each(function(index, el) {
   el.checked= false;})
   form.render('radio');