RTL support

The Step Form Wizard has now RTL support.
You can see broken checkboxes, this is because Bootstrap 3 hasn't native support for RTL, but if you want to use bootstrap anyway, you can check this plugin on morteza/bootstrap-rtl.
I am not RTL languages native so if you find any inaccuracy, do not hesitate to contact me via my profile and I will fix it in next release.

Basic information
In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements of a document or visual presentation, such as web pages, typography, and graphical layout. It is a form of "greeking".
Condition In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements of a document or visual presentation, such as web pages, typography, and graphical layout. It is a form of "greeking". Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.
Final step

Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

Using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

$(document).ready(function () {
    $("#wizard_example").stepFormWizard({
        theme: 'sun',
        rtl: true,
        nextBtn: $('<a class="next-btn sf-left sf-btn" href="#">NEXT</a>'),
        prevBtn: $('<a class="prev-btn sf-right sf-btn" href="#">PREV</a>'),
        finishBtn: $('<input class="finish-btn sf-left sf-btn" type="submit" value="finish"/>')
    });
})