CheckBoxState

enum CheckBoxState : Enum<DefaultCheckBox.CheckBoxState>

Represents the possible states of a CheckBox.

Entries

CHECKING
Link copied to clipboard
common
Used when an UNCHECKED checkbox is active (being pressed/clicked).
CHECKED
Link copied to clipboard
common
Used when a CheckBox is not being interacted with and it isSelected is followed by the UNCHECKING state.
UNCHECKING
Link copied to clipboard
common
Used when a CHECKED is active (being pressed/clicked).
UNCHECKED
Link copied to clipboard
common
Used when a CheckBox is not selected and it is not being interacted with.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: DefaultCheckBox.CheckBoxState): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard