By default the in-active checkbox is drawing itself unchecked. There are some alternatives:
- set the profile to non-modal. That makes it impossible for the user to click on it:
PHP Code:
useownprofile = true;
profile.modal = false;
- use gui styles (style="toon.wba")