diff --git a/ui/editors/switchBox.js b/ui/editors/switchBox.js index c037114..e7b951f 100644 --- a/ui/editors/switchBox.js +++ b/ui/editors/switchBox.js @@ -22,6 +22,9 @@ class SwitchBox extends UI { super.destructor(); } + get value() { + return this._value; + } setSize(width, height) { super.setSize(width, height);