RadioSetting

fun RadioSetting(title: Int, body: Int, onClick: () -> Unit, selected: Boolean, modifier: Modifier = Modifier)


fun RadioSetting(title: String, body: String, onClick: () -> Unit, selected: Boolean, modifier: Modifier = Modifier)

A setting with a radio button.

Parameters

title

the setting's name.

body

the setting's description.

onClick

the action to perform when the setting is tapped.