if (this.opts.disabled === true) {
            this.$element.addClass('disabled');
            this.$input.attr('disabled', 'disabled');
        }