vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 28 forks source link

Is that possible add indeterminate attribute to the vscode-checkbox #92

Closed BoykaZhu closed 1 year ago

BoykaZhu commented 1 year ago

Right now when we using vscode-checkbox, it only has checked or not status. That will be great if there is the indeterminate attr, then it will have more chances to use this elem.

bendera commented 1 year ago

It's a good idea, I'll implement it soon.

bendera commented 1 year ago

Done.

BoykaZhu commented 1 year ago

The latest version works for me.