Using webix styles for standard html controls

I am trying to style standard html button and input box with webix styles.

I managed with button, but could not succeed with the input box.

http://webix.com/snippet/293a398c
  1. What class is needed for the input box

  2. How can I get rounded corners for the button

  3. Is it easy to style radio and checkbox buttons?

Thanks

For button the correct class name is “webixbutton”
For inputs - there is no standard solution, you can check the code in next snippet. This is the nearest approximation.

http://webix.com/snippet/e8d9de48