I have created a checkbox with name.I am getting name of checkbox lower than the checkbox. so i need to make those in parallel(stright).
checkbox c=new checkbox("name");
c.setStyleName("checkbox_style");
Below one is checkbox css code
.checkbox_styleinput {
font-family: "Segoe UI Semibold", "Segoe UI Semibold IE";
font-size: 12px;
margin-bottom: 5px;
}
By using above code the entire checkbox and its name is shifting up But I need to shift name of checkbox to upper to make checkbox and name of checkbox parallel.
Please help me to complete this