10-01-2009 12:22 PM
10-01-2009 01:06 PM
Hi,
Never seen anything like this before,I think you should implement what you have wrote in your post.
I will let you know if i find any better way.
07-02-2012 03:07 AM
Use this style bit to put Checkboxfield label on left side
private static final long checkBoxStyle = 134217728;
add(new CheckboxField("test " , false, checkBoxStyle | USE_ALL_WIDTH));
08-23-2012 07:56 AM
try to customized the chekboxfield.