BlockSwitch

@Composable
private fun BlockSwitch(checked: Boolean, label: String, enabled: Boolean = true, onCheckedChange: (Boolean) -> Unit = {})