disabled property

List<T>? disabled
final

Specifies which checkbox option values should be disabled. If this is null, then no checkbox options will be disabled.

Implementation

final List<T>? disabled;