1.To change disabled css try to get the background position of your desired style.
.iradio_square-yellow.checked.disabled { background-position: -168px 0 !important;}
2.to disable iCheck use
$('#RadioID').iCheck('disable');