JchuPreferenceChoice

fun JchuPreferenceChoice(title: String, selected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: Shape = MaterialTheme.shapes.large, containerColor: Color = MaterialTheme.colorScheme.surface, contentColor: Color = MaterialTheme.colorScheme.onSurface, radioColors: RadioButtonColors = RadioButtonDefaults.colors(), titleStyle: TextStyle = MaterialTheme.typography.titleMedium, contentPadding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 14.dp))

A single-choice preference row with one selectable semantics node.