checkboxSemanticLabel property

String? checkboxSemanticLabel
final

The semantic label for the checkbox that will be announced by screen readers.

This is announced in accessibility modes (e.g TalkBack/VoiceOver).

This label does not show in the UI.

Implementation

final String? checkboxSemanticLabel;