Checkbox in an interface is labeled using . . . . . . . . property.

Text
Caption
Name
Label

The correct answer is: D. Label

A checkbox is a graphical control element that allows the user to select one or more options from a set. It is typically represented by a small square box that can be checked or unchecked. The checkbox is labeled using the Label property. The Label property is a string that specifies the text that appears next to the checkbox.

The other options are incorrect because:

  • Text is the text that appears inside the checkbox.
  • Caption is the text that appears in the title bar of a window.
  • Name is the name of the control.

I hope this helps!