SwitchWithText
fun SwitchWithText(text: @Composable () -> Unit, checked: Boolean, onCheckedChange: (Boolean) -> Unit, modifier: Modifier = Modifier, thumbContent: @Composable () -> Unit? = null, enabled: Boolean = true, colors: SwitchColors = SwitchDefaults.colors())