三元运算:

条件  ? 条件为真取此值 : 条件为假取此值;

var v = $(:check).prop('checked')?faule:true;
$(:check).prop('checked',v)