here is my html markup:
<input type="checkbox" checked="false">
I have set the checked
to false, but the result is still checked
Why this happened? If I remove the checked property, it would turn unchecked.
Actually I want insert a input[type=checkbox]
into html markup in dynamic, with parameter to determine checked or not