How to show Password Strength meter?

I am using standard password input in webix form, but i want to display password strength meter with validations.

Webix doesn’t have its own password strength meter, but there are many examples on the web (for instance, on jQuery). You can attach any of them.

Here is a basic solution Code Snippet to include your own algorithm