Label

Overview

Labels give a name or title to a control or group of controls, including text fields, check boxes, combo boxes, radio buttons, and drop-down menus.

Usage

Labels
<Label>I'm a Label</Label>
<Label Disabled=true>I'm a disabled Label</Label>
<Label Required=true>I'm a required Label</Label>