JQuery Wählen Sie spezifisches Optionsfeld für Wert aus
$("input[name=mygroup][value=" + value + "]").prop('checked', true);
Mingles444
$("input[name=mygroup][value=" + value + "]").prop('checked', true);