こんにちは、改札出力のhtmlコードを変更できるかどうか疑問に思っています。たとえば、コンポーネント「CheckBoxMultipleChoice」の場合、次のhtml出力が得られます。
<span wicket:id="letters">
<input name="letters" type="checkbox" value="0" id="letters_0"/><label for="letters_0">fff</label><br/>
<input name="letters" type="checkbox" value="1" id="letters_1"/><label for="letters_1">aaa</label><br/>
<input name="letters" type="checkbox" value="2" id="letters_2"/><label for="letters_2">bbb</label><br/>
<input name="letters" type="checkbox" value="3" id="letters_3"/><label for="letters_3">ccc</label><br/>
<input name="letters" type="checkbox" value="4" id="letters_4"/><label for="letters_4">ddd</label><br/>
</span>
タグが必要ない場合、どうすれば<br/>
よいですか?よろしく