blue-sky
blue-sky

Reputation: 53826

<s:checkbox not appearing correctly in jsp

The below checkbox is appearing on top of the checkbox label. Like so -

enter image description here

The label should be appearing beside the checkbox.

Here is the code im using -

<s:checkbox label="Visibilty - Everyone" name="checkboxField1" value="aBoolean" fieldValue="true"/>

Thanks

Upvotes: 0

Views: 1361

Answers (1)

Bozho
Bozho

Reputation: 597124

Customize your struts theme by changing the labelposition. (the answer is accumulated from comments)

Upvotes: 1

Related Questions