$('#cb_type input[type=checkbox]').click(function () {
$(this).attr('checked', 'checked').siblings().removeAttr('checked');
});
$('#cb_type input[type=checkbox]').click(function () {
$(this).attr('checked', 'checked').siblings().removeAttr('checked');
});