fun SpatialSwitch(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier, thumbContent: () -> Unit? = null, enabled: Boolean = true, colors: SwitchColors = SwitchDefaults.colors())
null, then this switch will not be interactable, unless something else handles its input events and updates its state.
false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.