Disable a check box in jQuery

Disable a check box in jQuery
  1. $("#myChk").attr("disabled"true);  
Here myChk is my check box.