<input type=checkbox style="border:1 solid red">

解决方案 »

  1.   

    看看这个,呵呵<head>
    <style>
    .chx{cursor:default;background-color:#d2e8ff;border:1 solid #3366cc;font-weight:bold;font-size:12px;width:15px;height:15px;color: #FF0000}
    </style>
    <form name="ss" onsubmit="return false">
    </head>
    <input type="input" name="c" value="√" class="chx" onclick="this.value=this.value=='√'?'':'√';" readonly><input type="submit" onclick="if(ss.c.value)alert('ok');else alert('no')">
    </form>  
      

  2.   

    用图片会比较好,给个思路~~<img alt="1" onclick="this.alt=this.alt==1?2:1; ch.click()"><input type="checkbox" id="ch">