We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8917f commit ac0dfeeCopy full SHA for ac0dfee
content/ui/switch.md
@@ -93,7 +93,7 @@ For additional inherited properties, refer to the [API Reference](/api/class/Swi
93
```ts
94
on('checkedChange', (args: PropertyChangeData) => {
95
const switch = args.object as Switch
96
- console.log('Switch checked:', args.value)
+ console.log('Switch checked:', switch.checked)
97
})
98
```
99
0 commit comments