Checkbox
Basic example
Section titled “Basic example”<vscode-checkbox label="Checkbox example" value="testvalue1" checked></vscode-checkbox>
Indeterminate state
Section titled “Indeterminate state”<vscode-checkbox label="Indeterminate example" indeterminate></vscode-checkbox>
Slotted content
Section titled “Slotted content”Hello World!
<vscode-checkbox> <b>Hello</b> World!</vscode-checkbox>