← Back to Tv Material
Switch
Component
in
Tv Material
. Since 1.0.0-alpha07
Overview
Examples
Community Notes
Video
@Composable
fun SwitchSample() {
Switch(checked = true, onCheckedChange = { })
}
Previous Component← Surface
Next ComponentTab →