2010-12-09 12 views

Répondre

1

J'ai trouvé la solution. En ajoutant l'attribut name avec la même valeur (name="planetType", voir ci-dessous) pour tous les boutons radio du groupe, IE sera également heureux ...

<label><input type="radio" value="all" data-bind="checked: typeToShow" name="planetType" />All</label>  
<label><input type="radio" value="rock" data-bind="checked: typeToShow" name="planetType"/>Rocky planets</label>  
<label><input type="radio" value="gasgiant" data-bind="checked: typeToShow" name="planetType"/>Gas giants</label>