RadioGroupItem
data class RadioGroupItem<T>(val key: T, val label: String, val enabled: Boolean = true, val caption: String? = null)(source)
Data class used for RadioButtonGroup
Parameters
T
The type of the key used to uniquely identify each radio button item.
Properties
Link copied to clipboard
Controls the enabled state of the RadioButton. When false, this button will not be selectable and appears in the disabled ui state.