checked attribute is a boolean value so "checked" value of other "string" except boolean false converts to true.
Any string value will be true. Also presence of attribute make it true:
You can make it uncheked only making boolean change in DOM using JS.
So the answer is: they are equal.
w3c