PasswordField: This component is similar to TextField, but more convenient for accepting a password from the user. Label: It is, naturally, used to label other components. PageLink: This is also familiar to you, but there is more to know about it. ActionLink: This component looks like an ordinary link, but can have an event handler associated with it. ??? ??? ??? ??? ??? Simple Components [ 80 ] Loop: This component provides a way to iterate through a number of objects, and perhaps display them as some kind of list. Output: This component is used to provide a formatted output. Checkbox: This is very similar to a basic HTML check box, but it is connected to a property of the page class. RadioGroup and Radio components: These work together to provide a control that looks very similar to the familiar set of HTML radio buttons, but, is connected to a property of the page class. If: This component is already familiar to you, but it has an additional useful feature. Submit: This component can be used to submit a form, and although it is not required for this purpose, still can be quite useful. Select: This component provides a way to pick one of several options. It is rendered as an HTML