MenuItem.checkbox constructor
MenuItem.checkbox({})
Implementation
MenuItem.checkbox({
this.key,
this.label,
this.sublabel,
this.toolTip,
this.icon,
required this.checked,
this.disabled = false,
this.onClick,
this.onHighlight,
this.onLoseHighlight,
}) : id = _generateMenuItemId(),
type = 'checkbox';