compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-material3
/
com.huanshankeji.compose.material3
/
OutlinedIconToggleButton
Outlined
Icon
Toggle
Button
common
composeUi
js
@
Composable
expect
fun
OutlinedIconToggleButton
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)
(
source
)
@
Composable
actual
fun
OutlinedIconToggleButton
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
,
enabled
:
Boolean
,
content
:
(
)
->
Unit
)
(
source
)
@
Composable
actual
fun
OutlinedIconToggleButton
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
,
enabled
:
Boolean
,
content
:
(
)
->
Unit
)
(
source
)