CheckBoxAlignment

enum CheckBoxAlignment : Enum<DefaultCheckBox.CheckBoxAlignment>

Contains the possible options where the check in a CheckBox can be placed.

Entries

LEFT
Link copied to clipboard
common
RIGHT
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: DefaultCheckBox.CheckBoxAlignment): 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