- type
- Type: one of the values below
- Can be used to create checkable menuitems or for radio button menuitems.
- 
- checkbox
- The menuitemis checked. Thecheckedattribute determines whether the menuitem is checked or not.
- radio
- The menuitembecomes part of a radio group. Other menuitems that have the same value for theirnameattributes are part of the sameradiogroup. Only one menuitem in the same radio group can be checked at once.
 
More information on adding checkmarks to menus in the XUL tutorial