ui
0.13.0
jvm
ui
/
org.jetbrains.jewel.ui.component
/
RadioButton
Radio
Button
@
Composable
fun
RadioButton
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
outline
:
Outline
=
Outline.None
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
style
:
RadioButtonStyle
=
JewelTheme.radioButtonStyle
,
textStyle
:
TextStyle
=
JewelTheme.textStyle
)