toggle menu
compose-html-material
js
switch theme
search in API
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
LabelWithMdSwitch
Label
With
Md
Switch
@
Composable
fun
LabelWithMdSwitch
(
label
:
String
,
disabled
:
Boolean
?
=
null
,
selected
:
Boolean
?
=
null
,
icons
:
Boolean
?
=
null
,
showOnlySelectedIcon
:
Boolean
?
=
null
,
required
:
Boolean
?
=
null
,
value
:
String
?
=
null
,
name
:
String
?
=
null
,
form
:
String
?
=
null
,
attrs
:
Attrs
<
HTMLElement
>
?
=
null
)
(
source
)