$.fn.radio = function (option, value) {
        var methodReturn;

        var $set = this.each(function () {
            var $this = $(this);