Bitbybit Docs
    Preparing search index...

    Class SetCheckboxIsCheckedDto (Inputs.BabylonGui)

    Feeds babylon.gui.checkbox.setIsChecked with a checkbox and its new state.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalcheckbox: Checkbox
      • OptionalisChecked: boolean

      Returns SetCheckboxIsCheckedDto

    Properties

    checkbox: Checkbox

    The checkbox to change in place

    undefined
    
    isChecked: boolean

    When true, the checkbox becomes checked; the change fires its event like a click

    false