CSS class | Element |
---|---|
.webix_control.webix_el_radio | the whole 'radio' control |
.webix_el_box | a container with radio buttons |
.webix_el_group | a set of radio buttons |
.webix_radio_option | a radio button with the label |
.webix_inp_label | the label for the whole control |
.webix_label_right | the label for a single radio button |
.webix_custom_radio | the input area of the radio button |
.webix_inp_radio_border.webix_radio_0 | the radio button is disabled |
.webix_inp_radio_border.webix_radio_1 | the radio button is enabled |
.webix_line_break | a border between vertical radio buttons |
Read more about Radio
Back to top