Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
This interface is used to define the dimensions of a checkbox. The dimensions provided by the application are used to determine the width, height, and other dimensions of various elements of a checkbox component.
Link copied to clipboard
This interface defines the style properties for a checkbox. CheckboxStyle provides options for specifying colors, padding, stroke width, and different styles for checkbox labels or contents.
Link copied to clipboard
Link copied to clipboard
object KPCheckboxDefaults
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun KPCheckbox(style: CheckboxStyle, size: CheckboxSize, containerType: CheckboxContainerType, checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, position: Alignment.Vertical = Alignment.CenterVertically)
This composable function representing a custom checkbox component designed for the Trendyol.