Not sure if this is listed somewhere already, but I was looking on how to set default setting similar to those found in the "D&D 5e by roll20" sheet. My sheet is a slight tweak on this variant and I want to be able to set the defaults for settings like "WHISPER ROLLS TO GM" and "ROLL QUERIES" I tried using `selected` within the `<option>` block for the desired default values within both the npc and pc containers, but this seems to cause issues where it would overwrite one when I changed it. Right now I'm just brute force setting the `value` of the corresponding input flags, but then the options on the sheet itself don't correspond to the default options. Any inputs are appreciated.