JQuery Pilih tombol radio tertentu berdasarkan nilai

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