SwitchSample @Sampled @Composable fun SwitchSample() { Switch(checked = true, onCheckedChange = {}) }