OSRS Plugin API
    Preparing search index...

    Type Alias CheckboxCallback

    CheckboxCallback: (newValue: boolean) => void

    The callback for Checkbox.onValueChange event.

    Type Declaration

      • (newValue: boolean): void
      • Parameters

        • newValue: boolean

          The newly changed value of the checkbox. This parameter must be used instead of Checkbox.value.

        Returns void