Used inside
<forms:combobox> and
<forms:selectlist>, to manually add selectable options.
disabled
bool
Sets whether the option is selectable or not.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
value
string
The value of the parent when this Option is selected.
Not to be confused with the label the Option.