UI\Menu::appendCheck

Append Checkable Menu Item

Description

public UI\MenuItem UI\Menu::appendCheck ( string $name [, string $type = UI\MenuItem::class ] )

Shall append a checkable menu item

Parameters

name

The name (text) for the new item

type

The type for the new item

Return Values

A constructed checkable menu item of the given type