KPCheckboxColors

Functions

Link copied to clipboard
abstract fun borderColor(enabled: Boolean, state: ToggleableState): State<Color>

Represents the color used for the border of the checkbox, depending on enabled and state.

Link copied to clipboard
abstract fun boxColor(enabled: Boolean, state: ToggleableState): State<Color>

Represents the color used for the box (background) of the checkbox, depending on enabled and state.

Link copied to clipboard
abstract fun checkmarkColor(enabled: Boolean, state: ToggleableState): State<Color>

Represents the color used for the checkmark inside the checkbox, depending on state.