カスタム デザインのチェックボックス (CSS を使用) を備えたフォームがあり、その状態を JSP ページに渡してデータベースに保存したいと考えています。
これが私のチェックボックスのコードです:
<div class="checkbox" title="Automatically activate microphone"> <span class="box" role="checkbox" aria-checked="true" tabindex="17" aria-labelledby="setting1"></span>
<label class="checkmark"></label>
<label class="text" id="setting1">Automatically activate microphone.</label>
</div>
JavaScript を使用してチェックボックスの状態を取得できますが、その値を JSP ページに渡して処理する方法がわかりません。