Description
A component that renders an HTML <option> form element. The
Option component must be wrapped by a Select
component. For a fully worked example showing the Option component, please refer to the Select
documentation.
Used to indicate whether the given option is selected.
label
String
in
no
A string which represents the option that may be selected. This is optional;
any text that follows the <option> tag is considered the label, but this
saves the designer from including one more
Insert component.