We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb9d85 commit fac185bCopy full SHA for fac185b
packages/runtime-dom/src/modules/props.ts
@@ -35,7 +35,7 @@ export function patchDOMProp(
35
const newValue =
36
value == null
37
? // #11647: value should be set as empty string for null and undefined,
38
- // but <input type="checkbox"> should be set as 'no'.
+ // but <input type="checkbox"> should be set as 'on'.
39
el.type === 'checkbox'
40
? 'on'
41
: ''
0 commit comments