compose-multiplatform-html-unified
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-material3
/
com.huanshankeji.compose.material3.ext
/
OutlinedIconToggleButtonWithMaterialIcons
Outlined
Icon
Toggle
Button
With
Material
Icons
@
Composable
fun
OutlinedIconToggleButtonWithMaterialIcons
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
uncheckedIcon
:
Icon
,
checkedIcon
:
Icon
)
(
source
)