| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ko/docs/Glossary/Boolean/HTML | [Back] [Original] |
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
HTML true false .
true, false .
HTML checked .
<!-- , checkbox . -->
<input type="checkbox" checked />
<input type="checkbox" checked="" />
<input type="checkbox" checked="true" />
<input type="checkbox" checked="false" />
<input type="checkbox" checked="any value" />
<!-- checkbox . -->
<input type="checkbox" />
This page was last modified on 2023 8 19 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |