Skip to content
⌘ NSIS Forum Archive

Checkbox label on the left

5 posts

JohaViss#

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
jpderuiter#
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:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
JohaViss#
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.