XAction action(VoidCallback callback, {bool checked = false}) { return XAction(this, action: callback, checked: checked); }