:indeterminate | CSS-Tricks - CSS-Tricks

PHOTO EMBED

Wed Jun 19 2024 15:36:58 GMT+0000 (Coordinated Universal Time)

Saved by @eliranbaron102 #javascript

var checkbox = document.getElementById("some-checkbox");
checkbox.indeterminate = true;
content_copyCOPY

https://css-tricks.com/almanac/selectors/i/indeterminate/