see the below code, it is the one way to make a server side check box disabled on client side using javascript.
just copy and paste the below code.
just copy and paste the below code.
document.getElementById("<%= Checkbox1.ClientID %>").checked=false;
Tags:
javascript