The Webix Switch Button is a slider variation of the Toggle button and Checkbox.
CSS class | Element |
---|---|
.webix_el_switch | the whole 'switch' control |
.webix_el_box | the container for the label and 'switch' control |
.webix_switch_box | the body of the 'switch' control |
.webix_switch_on | an enabled switch button |
.webix_switch_text | the inner area of the 'switch' control |
.webix_switch_handle | the handle of the 'switch' control |
Read more about Switch
Back to top