Check Box State
Represents the possible states of a CheckBox.
Entries
CHECKED
Link copied to clipboard
CHECKED()
Content copied to clipboard
Used when a CheckBox is not being interacted with and it isSelected is followed by the UNCHECKING state.
UNCHECKING
Link copied to clipboard
Content copied to clipboard
Used when a CHECKED is active (being pressed/clicked).
Functions
compareTo
Link copied to clipboard
operator override fun compareTo(other: DefaultCheckBox.CheckBoxState): Int
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard