
I'm creating a custom sheet for a new game. And I'm not having any issues with attributes. The sheet accepts a new entry and it just adds it to the rest. EXCEPT with checkboxes. I don't know what I'm doing wrong but checkboxes are just useless. And I need them to store a value. Nothing fancy, just stay checked the next time the players open the sheet and be able to freely toggle them. Here's my code: <td><input type="Checkbox" value="1" name="attr_AAFire"><td> Maybe the fact that it's inside a table? Please help me <3