Wonky checkbox layout in the forms

1
Checkbox layout behaviour in the forms is a bit strange. In a vertical form the disabled control view is the only setting where the checkbox is not vertical, as you can see: This one i could fix with: (but it should be fixed standard) input[type=checkbox][disabled] { float: left; margin-top: 1.6em; margin-right: -12px; }   But the horizontal form is something else: Even the normal form view has a wacky layout for the checkbox label. I cannot fix this for myself because of the offset class the checkbox-label gets from the form properties: "Label width: 4" Maybe there is a way to set the label in the first column who is 4 and the checker itself in the other half (8) of the 12 columns. Just the way it is with the disabled text form style? (as you can see in the screenshot)
asked
1 answers
1

Hi Ronnie,

I have ran into the same issue, instead of using "Show Label" option for the Check Box I created my own label and styled it accordingly. 

Hope this helps

answered