OUDS Android
Toggle table of contents
0.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
OUDS Android
core
/
com.orange.ouds.core.component
/
OudsSwitch
Ouds
Switch
@
Composable
fun
OudsSwitch
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
?
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
?
=
null
)