KPCheckbox
This composable function representing a custom checkbox component designed for the Trendyol.
Parameters
The style configuration for the checkbox, defining its appearance. See KPCheckboxStyle.Primary and KPCheckboxStyle.Secondary
The size configuration for the checkbox, determining its dimensions. See KPCheckboxSize.Medium, KPCheckboxSize.Small and KPCheckboxSize.XSmall
The type of container in which the checkbox is placed. See CheckboxContainerType.Text, CheckboxContainerType.Content and CheckboxContainerType.None
The current checked state of the checkbox.
A callback function invoked when the checked state of the checkbox changes. It receives a Boolean parameter indicating the new checked state.
Additional modifier for the layout of the checkbox.
Whether the checkbox is interactive and can be checked/unchecked by the user.
The source of interactions for the checkbox, used for tracking user interactions.
The vertical alignment of the checkbox within its container.