How to disable an item in CheckList?

hi. how will i disable an item list in a check box for example. my check box has item1, item2, item3. i wanna disable item3 thru code.

You can use jquery to disable an item


$('#selector').attr('disabled', 'disabled');