I use the IReport to create PDF file. I also use html component in IReport. But same html element connot show like this
<input type ="checkbox"/>
The html element can show normally like this
<label> Hello Word</label>
How to show the checkbox-element by html component in iReport?