I am trying to make a quick html only character sheet for my players (I don't know css, planning to learn it later) Is there a way to keep checkboxes checked when you exit a char sheet? I couldn't find it anywhere, and i want a few specific checkboxes to stay checked when they exit the char sheet to show which abilities are on and off. <input type="text" name="attr_Emblem1" title="@{Emblem1}" value=""> <input type="checkbox" value="1" 1="checked"> This wouldn't work, and i am obviously missing something obvious.