if ( value === 'top' ) {
                this.$header.append( this.$label );
                this.$body.append( this.$header, this.$field, this.$help );
            } else if ( value === 'inline' ) {