
     item
        Item is used to specify a single item for a choice,  menu
        or list.  Syntax:

        item={ label=... value=... }

        label is the label that appears on  the  screen,  as  the
        name  of  the button (for choice) or on the menu or list.
        Defaults to "item1", "item2" etc.   value  is  the  value
        that  is  set  in  the  parent  object  when this item is
        selected. Defaults to be the same as label.  Item is pre-
        ferred  over  itemlist  when  the  text  displayed on the
        screen for an item and that used for its value differ.

        example:
        item={ label=Two value=2 }
