Radio
import '@bendera/vscode-webview-elements/dist/vscode-radio';
Basic example
HTML
<vscode-radio label="Radio example" value="testvalue1" checked></vscode-radio>
Slotted content
HTML
<vscode-radio>I agree to the <a href="#">terms & conditions</a></vscode-radio>
Last modified: Sat, 30 Dec 2023 22:41:27 GMT