Skip to content

Conversation

@meyerweb
Copy link

@meyerweb meyerweb commented Dec 5, 2025

Fix example JS

Copy link
Collaborator

@Westbrook Westbrook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for correcting this. I think there was a little over eager find/replace there.

type="checkbox"
${checked == "true" ? "checked" : ""}
aria-checked=${checked == "indeterminate" ? "mixed" : checked}>
${this.checked == "true" ? "this.checked" : ""}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
${this.checked == "true" ? "this.checked" : ""}
${this.checked == "true" ? "checked" : ""}

I think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants