Checkbox

import '@bendera/vscode-webview-elements/dist/vscode-checkbox';

Basic example

HTML

<vscode-checkbox label="Checkbox example" value="testvalue1" checked></vscode-checkbox>

Indeterminate state

HTML

<vscode-checkbox label="Indeterminate example" indeterminate></vscode-checkbox>

Slotted content

I agree to the terms & conditions

HTML

<vscode-checkbox>I agree to the <a href="#">terms &amp; conditions</a></vscode-checkbox>

Last modified: Sat, 30 Dec 2023 22:41:27 GMT