For the NSFW tag, I've historically modified it so that its checked by default. Would be cool if it remembered the user's last choice. But I just upgraded to 3.7 and I can't get it to work.
\src\chevereto\app\themes\Peafowl\snippets\anywhere_upload.php
Line 77 & 190 have the input and I've tried both 'checked' and checked=checked and both values get ignored when displayed.
This happens in firefox, chrome & ie. The DOM does report that defaultChecked = true, but checked = false
Any ideas as to what would cause this?
\src\chevereto\app\themes\Peafowl\snippets\anywhere_upload.php
Line 77 & 190 have the input and I've tried both 'checked' and checked=checked and both values get ignored when displayed.
This happens in firefox, chrome & ie. The DOM does report that defaultChecked = true, but checked = false
Any ideas as to what would cause this?