| InputPanel Components > InputCheckBox |
You can set the alignment of the checkbox to the left, center, or right of its text.
The InputCheckBox can have three states:
The default, InputCheckBox allows two check states, unchecked and checked, but you can allow all three check states by setting the InputCheckBox.ThreeState property to True.
You can specify whether the checkbox appears left, center, or right aligned using the InputCheckBox.CheckAlign property. The following table illustrates how the different settings for the InputCheckBox.CheckAlign property appear for the InputCheckBox component:
| InputCheckBox.CheckAlign Setting | Appearance |
|---|---|
| Left | |
| Center | |
| Right |