Support accessibilityState 'checked'
Description
Type of Change
- New feature (non-breaking change which adds functionality)
Why
Support accessibilityState 'checked'.
https://github.com/microsoft/react-native-windows/issues/13327 Resolves https://github.com/microsoft/react-native-windows/issues/13065 Resolves https://github.com/microsoft/react-native-windows/issues/13061 Resolves https://github.com/microsoft/react-native-windows/issues/13057 Resolves https://github.com/microsoft/react-native-windows/issues/13053 Resolves https://github.com/microsoft/react-native-windows/issues/13049 Resolves https://github.com/microsoft/react-native-windows/issues/13045 Resolves https://github.com/microsoft/react-native-windows/issues/13041 Resolves https://github.com/microsoft/react-native-windows/issues/13037 Resolves https://github.com/microsoft/react-native-windows/issues/13033
What
Users should be able to add toggle/checked support to their custom controls. This is done through the accessibilityState:checked prop. When this prop is set, we should implement the IToggleProvider. This prop is used for the value of get_ToggleState.
Changelog
Should this change be included in the release notes: _indicate Yes
Support accessibilityState 'checked'.