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 814b506 commit 43166ecCopy full SHA for 43166ec
packages/web-components/src/components/checkbox/checkbox.ts
@@ -263,7 +263,7 @@ class CDSCheckbox extends FocusMixin(FormMixin(LitElement)) {
263
part="input"
264
class="${`${prefix}--checkbox`}"
265
aria-readonly="${String(Boolean(readonly))}"
266
- ?checked="${checked}"
+ .checked="${checked}"
267
?data-invalid="${invalid}"
268
?disabled="${disabled}"
269
?defaultChecked="${defaultChecked}"
0 commit comments