kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-ui-compose
/
io.github.mlmgames.settings.ui.components
/
SettingsToggle
Settings
Toggle
@
Composable
fun
SettingsToggle
(
title
:
String
,
checked
:
Boolean
,
description
:
String
?
=
null
,
enabled
:
Boolean
=
true
,
onCheckedChange
:
(
Boolean
)
->
Unit
)