JQuery Selecione o botão de rádio específico por valor

$("input[name=mygroup][value=" + value + "]").prop('checked', true);
Mingles444