Package arc.scene.ui

Class CheckBox.CheckBoxStyle

Enclosing class:
CheckBox

public static class CheckBox.CheckBoxStyle extends TextButton.TextButtonStyle
The style for a select box, see CheckBox.
  • Field Details

    • checkboxOn

      public Drawable checkboxOn
    • checkboxOff

      public Drawable checkboxOff
    • checkboxOver

      public Drawable checkboxOver
      Optional.
    • checkboxOnDisabled

      public Drawable checkboxOnDisabled
      Optional.
    • checkboxOffDisabled

      public Drawable checkboxOffDisabled
      Optional.
    • checkboxOnOver

      public Drawable checkboxOnOver
      Optional.
  • Constructor Details

    • CheckBoxStyle

      public CheckBoxStyle()