inMutuallyExclusiveGroup property

bool? inMutuallyExclusiveGroup
final

If non-null, whether a semantic node is in a mutually exclusive group.

For example, a radio button is in a mutually exclusive group because only one radio button in that group can be marked as checked.

Implementation

final bool? inMutuallyExclusiveGroup;