Kepko
Toggle table of contents
1.3.5
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
RadioButton
Radio
Button
@
Composable
fun
RadioButton
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
?
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
?
=
null
,
minimumInteractiveComponentSize
:
Dp
?
=
null
)