Interface UICheckBoxBuilder<BackgroundType>

Interface for 'CheckBox'-builder.

Type Parameters

Hierarchy

Methods

  • Make new CheckBoxBuilder with different background.

    Type Parameters

    • NewBackgroundType extends UIBackground<NewBackgroundType> & InternalBackground<NewBackgroundType>

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

      Constructor for desired Background. See UIBackgrounds for a collection of options.

    Returns UICheckBoxBuilder<NewBackgroundType>