AbstractToggle Properties
● activateAccessKey
Activation of access keys.
This property can be personalized both by a user and by an administrator.
● checked
Describes
whether the UI element is selected. If the value is TRUE
(ABAP_TRUE), the option is selected and the graphic is
displayed on the user interface with a checkmark, for example: 
● textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.
This property can be personalized by an administrator.
Value |
Description |
Can be Set Using Personalization |
INHERIT |
The text direction is inherited from the parent element. Therefore, the text direction is identical to that of the parent element. |
Yes |
LTR |
Left to right text direction |
Yes |
RTL |
Right to left text direction |
Yes |