Checkbox = function(label, className, tooltip) { this.element = document.createElement('label'); this._inputElement = document.createElement('input'); this.
確定! 回上一頁