Create a check box that shows or hides clock

Create a check box dynamically linked with a user-specific variable that shows or hides clock.
  1. Create the check box:
    1. In
      Project view
      , right-click
      MainWindow (type)
      and select
      New
      Base controls
      Check box
      .
    2. Hover-over the check box, select
      Edit
      Edit
      , and enter
      ShowClockCheckBox
      .
  2. Configure the check box:
    1. In
      Properties
      , create a dynamic link between
      Active
      and
      Aliases
      {Session}
      Session
      User (Pointer)
      User (Pointed)
      UserPersistentSettings
      ShowClock
      .
      For more information about dynamic links, see Create dynamic links.
    2. Set
      Text
      to
      Show clock
      .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.