disabling a radio button code example Example: disabled radio button $(':radio:not(:checked)').attr('disabled', true);