Returns the current value of the SelectOption object's isDisabled attribute.
Signature
publicBoolean getDisabled()
Return Value
Type: Boolean
Usage
If isDisabled is set to true, the user can view the option, but cannot select it. If isDisabled is set to false, the user can both view and
select the option.