A quick and easy workaround is to not use the checkbox text element (set it to ""), size uncheck only the square that is clickable, and simply place a check mark next to that check box.
, , , . , , . , , . ( . , , .)
( UFC MFC), .
. -:
: ( )
[x "checkbox text"]
: ( )
[x][label: "label text"]
- :
void OnLabelClick(...) {
if (checkBox.Enabled)
checkBox.Checked = !checkBox.Checked;
}