student.student_type
where student is json objectの値に基づいて、チェックボックスの 1 つを設定したいと思います。このオブジェクトは、ajax 呼び出しの後に取得し、 student.student_type
0、1、2、および 3 のいずれかになります。ここで、0 => 通常、1 => 通信など.
<input id="student_type_" type="checkbox" value="Regular" />Regular
<input id="student_type_" type="checkbox" value="Correspondence" />Correspondence
<input id="student_type_" type="checkbox" value="Exchange"/>Exchange
<input id="student_type_" type="checkbox" value="Dual" />Dual
結果のhtmlのすべてのチェックボックスのIDが同じであるため、その方法を決定できません。チェックボックスの値を使用してその目的を達成する方法はありますか? 助けてください。