KPRadioButton
Composable function representing a RadioButton with customizable appearance and behavior tailored for the com.trendyol.theme.KPDesign theme.
Parameters
Indicates whether the RadioButton is selected or not.
The type of container for the RadioButton, which determines its appearance and content.
The size configuration for the RadioButton, defining dimensions such as button size, dot size, etc.
Callback invoked when the RadioButton is clicked. If null, the RadioButton is not clickable.
Optional Modifier that can be applied to the RadioButton.
Indicates whether the RadioButton is enabled for user interaction.
MutableInteractionSource representing the source of user interactions.
RadioButtonColors defining the colors used for rendering the RadioButton.
Alignment representing the vertical alignment of the RadioButton within its container.