react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Implement accessibilityState: checked property for Switch for fabric

Open jonthysell opened this issue 2 months ago • 0 comments

Implement the accessibilityState: checked property for the fabric implementation of Switch.

Note: The state disabled was already implemented by #11674,but the remaining property values (selected,checked,busy,and expanded) need to be implemented.

This property was available in RNW Paper via FrameworkElementViewManager.

See #13327 for implementation details.

See https://reactnative.dev/docs/accessibility#accessibilitystate for details.

jonthysell avatar Apr 29 '24 21:04 jonthysell