Create a checkbox that shows or hides the clock

Create a checkbox dynamically linked with a user-specific variable that shows or hides the clock.
  1. Create the checkbox:
    1. In
      Project view
      , right-click
      MainWindow (type)
      and select
      New
      Base controls
      Checkbox
      .
    2. Hover-over the checkbox, select
      Edit
      , and enter
      ShowClockCheckBox
      .
  2. Configure the checkbox:
    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.