Well, yes, that would kind of work. But I really have to do 2 things:
1. Make sure that the checkbox is checked.
2. Disable the checkbox so the user cannot change it.
So I’d rather not hide the div. So my solution so far is to use javascript to check and disable “comment_moderation”. The hook I use now is admin_footer,
I was hoping for a better way, but maybe the only way to do it is quick and dirty.