we use itextPDF v9.2 to generate PDF from HTML Code. The PDF is looking fine, but for the tagging of input elements for example
<input type="checkbox" id="$elementId" name="cbk" value="Yes" checked/>
The value or label does not show up in pdf tagging. It shows only "Path" under Form please see screenshot 
Do you have any ideas how to let the value "Yes" show up in the pdf tagging?
BG