if you want to make a server side check box enabled or checked using javascript on client side just copy and paste the below code.
document.getElementById("<%= Checkbox1.ClientID %>").disabled=true;
Tags:
javascript