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