prova così:

codice:
function checkIt(indice) {
 document.nomeform.elements["nomecheckbox"+indice].checked=true;
}
da attivare così:

codice:
<select name="n_stelle" id="n_stelle" onChange="checkIt(this.options[this.selectedIndex].value);">
ciao