blob: 5bae2f4153c3e92788f791721a74c97871b6bcb2 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script type="module" async>
import 'std:elements/switch';
</script>
<div><std-switch></std-switch></div>
<div><std-switch>off</std-switch></div>
<div><std-switch on></std-switch></div>
<div><std-switch on>on</std-switch></div>
</body>