property Item.CheckEffect as Boolean
Specifies the visual effect of the check box in the item.

TypeDescription
Boolean A Boolean expression that specifies the visual effect of the checkbox in the item.
By default, the CheckEffect property is True. Use the CheckEffect property to remove the small rectangle around the check box. The Check property specifies whether the item displays a check box. The Bullet property specifies whether the item should display a bullet instead a check box. The CheckEffect property has effect only if the Check property is True, or Bullet is True.