Archive: Checkbox label on the left


Checkbox label on the left
Hello would it be possible to have the label of a checkbox on the left?

Using the nsDialogs version of the checkbox, but can't find an option to put the label on the left side.

Regards
johan


Just make the checkbox text empty, and place a label on the left of the checkbox.
You can use te onclick event on the label to enable clicking the label:
http://forums.winamp.com/showthread.php?p=2617135


I was hoping that there was a better way to do this.
I have over 50 checkboxes on 15 pages.
The number of variables is growing out of control.


OK, you can try to add the BS_LEFTTEXT style to the checkbox using NSD_AddStyle.


Thanks, that works.:up: