[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Glossary/Boolean/HTML [Back]  [Original]

Boolean attribute (HTML) - MDN Web Docs : | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Boolean attribute (HTML)

HTML true false .

true, false .

HTML checked .

html
<!--   ,  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" />

In this article


Web Proxy Viewer  |  New URL  |  Original Page