Alignment

This property specifies how the check box is aligned in character mode. Left or Right (default).

Description

In character mode, the check box widget occupies two characters. The Alignment determines which of these characters is used to position the check box.

The alignment property only takes effect if the Decoration property is False.

Setting in usys.ini

[widgets]
checkbox=ucheckbox(decoration=off;alignment=left)

Related Topics