Show TOC

CheckBoxGroup EventsLocate this document in the navigation structure

Use
  • onToggle

    Action executed when the user selects a CheckBox in the CheckBoxGroup .

    The specification of an action forces a round trip, when, for example, a CheckBox is toggled. Likewise this also applies to the UI elements, CheckBox, DropDownByKey, DropDownByIndex, RadioButton, RadioButtonGroup, Tray (on/off toggle), TabStrip (toggle Tab).

    Event Parameter

    Type

    Description

    ID

    STRING

    Standard Parameter

    CONTEXT_ELEMENT

    IF_WD_CONTEXT_ELEMENT

    Standard Parameter

    checked

    WDY_BOOLEAN

    The new value of the CheckBox.

    index

    I

    Index (0..n) of the selected CheckBox.