checkbox单选框"只读",避免使用disable属性颜色变灰

            <label style="margin-left: 8px;"><input ref="check5" name="carType" type="checkbox" value="5" onclick="this.checked=!this.checked">购商品房</label>
            <label style="margin-left: 8px;"><input ref="check6" name="carType" type="checkbox" value="6" onclick="this.checked=!this.checked">申请廉租房、经适房</label>
            <label style="margin-left: 8px;"><input ref="check7" name="carType" type="checkbox" value="7" onclick="this.checked=!this.checked">其他</label>

添加

onclick="this.checked=!this.checked"

你可能感兴趣的:(checkbox单选框"只读",避免使用disable属性颜色变灰)