Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
defaultChecked は HTMLInputElement インターフェイスのプロパティで、要素の既定のチェック状態を指定します。このプロパティは、 <input> 要素の checked 属性を反映します。
論理値の checked 属性は、 radio (<input type="radio">) および checkbox (<input type="checkbox">) の入力型に対して有効です。この属性が存在すると、defaultChecked プロパティが true に設定されます。
論理値です。
| HTML # dom-input-defaultchecked |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025年4月12日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.