works correctly: ``` <input type="radio" name="team_abgaben_gleich" value="Ja">Ja <input type="radio" name="team_abgaben_gleich" value="Nein">Nein ``` works incorrectly: ``` <input type="radio" name="team_abgaben_gleich" value="true">Ja <input type="radio" name="team_abgaben_gleich" value="false">Nein ```