enabled property

bool? enabled
final

True if the item is enabled. Disabled items cannot be selected, and is skipped during traversal.

Defaults to the value inherited from the parent FSelectSection or FSelect.

Implementation

final bool? enabled;