I need to insert a series of checkboxes in my book epub format. It is a simple form:
Code:
<form>
<p><label><input type="checkbox" /> Item1 </label></p>
<p><label><input type="checkbox" /> Item2 Cheese </label></p>
<p><label><input type="checkbox" /> Item3 </label></p>
<p><label><input type="checkbox" /> Item4 </label></p>
</form>
It's works in Ibooks and Kobo, but not in Stanza. I need to know if it would work on a tablet with Android.
Thanks