search

goog.ui.CheckBoxMenuItem

Provided By
Extends
All Implemented Interfaces

Class representing a checkbox menu item. This is just a convenience class that extends goog.ui.MenuItem by making it checkable.

new CheckBoxMenuItem( content, opt_model, opt_domHelper )

Parameters
content(string|Node|Array<Node>|NodeList<Node>|null)

Text caption or DOM structure to display as the content of the item (use to add icons or styling to menus).

opt_model*=

Data/model associated with the menu item.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper used for document interactions.

Instance Methods

Instance Properties