Overview
Wrapper for a native CheckBoxMenuItem for use in a NativeMenu.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | selected | Boolean | ![]() | ![]() | ![]() |
Boolean variable bound to the checkbox state. |
Inherited Variables
org.jfxtras.menu.NativeMenuItem
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | action | function():Void | ![]() | ![]() | ![]() |
Action that will get executed when this menu item is clicked. |
|
| public | text | String | ![]() | ![]() | ![]() |
The name of this menu item.
The name of this menu item. Corresponds to the label property on the native peer. |
Function Summary
- public getCheckboxMenuItem() : java.awt.CheckboxMenuItem
Inherited Functions
org.jfxtras.menu.NativeMenuItem
- public getMenuItem() : java.awt.MenuItem

