KwikRadioButton

fun KwikRadioButton(text: String, selected: Boolean, onClick: (Boolean) -> Unit)

RadioButton composable that uses KwikText.BodyText for the text

Parameters

text

The text to display next to the radio button

selected

Whether the radio button is selected

onClick

The callback to be called when the radio button is clicked