yeps that exactly, this
CHECKED will give u the default state of that box.
the default state in ur code is
having a tick in it.
in my code you wont see a tick, u can also add
disabled
Remember Password:</b> <input name="remember" type=checkbox [color=blue]DISABLED[/color]>
Add that in blue and you will have the checkbox
unchecked and
disabled.