new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
RadioButton
Radio
Button
@
Composable
fun
RadioButton
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
RadioButtonColors
=
LocalRadioButtonColors.current
)
@
Composable
fun
RadioButton
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
RadioButtonColors
=
LocalRadioButtonColors.current
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
=
{}
)