Package-level declarations

Types

Link copied to clipboard

Defining different types of RadioButton containers specific to the com.trendyol.theme.KPDesign theme.

Link copied to clipboard

Object containing default values and utilities for KPRadioButton components tailored for the com.trendyol.theme.KPDesign theme.

Link copied to clipboard

Defining different sizes for RadioButton components specific to the com.trendyol.theme.KPDesign theme.

Link copied to clipboard

Interface defining what to display after radio dot while using TrendyolRadioButton.

Link copied to clipboard
interface RadioButtonSize

Interface defining the size properties for TrendyolRadioButton components.

Functions

Link copied to clipboard
fun KPRadioButton(selected: Boolean, containerType: RadioButtonContainerType, size: RadioButtonSize, onClick: () -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, colors: RadioButtonColors = KPRadioButtonDefaults.colors(), position: Alignment.Vertical = Alignment.CenterVertically)

Composable function representing a RadioButton with customizable appearance and behavior tailored for the com.trendyol.theme.KPDesign theme.