disabled property

List<String>? disabled
final

Specifies which boxes should be disabled. If this is non-null, no boxes will be disabled. The strings passed to this must match the labels.

Implementation

final List<String>? disabled;