I would like to have all title of my form be aligned. The CheckboxItem is different from others in that its title is dsiplayed to right of checkbox active area. Is there a way to override this and have the title be on the left?
BTW, I tried using item.setTitleOrientation(TitleOrientation.LEFT) as well as item.setTitleOrientation(TitleOrientation.TOP). Both worked on other types of items but not on CheckboxItem.
Am I doing something wrong?
BTW, I tried using item.setTitleOrientation(TitleOrientation.LEFT) as well as item.setTitleOrientation(TitleOrientation.TOP). Both worked on other types of items but not on CheckboxItem.
Am I doing something wrong?
Comment