@override void modifyCheckBox(int r, String c, bool v) => _invokeVoidIntStrInt("ModifyCheckBox", r, c, v ? 1 : 0);