Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support accessibilityState 'checked' #13962

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

chiaramooney
Copy link
Contributor

@chiaramooney chiaramooney commented Oct 11, 2024

Description

Type of Change

  • New feature (non-breaking change which adds functionality)

Why

Support accessibilityState 'checked'.

#13327
Resolves #13065
Resolves #13061
Resolves #13057
Resolves #13053
Resolves #13049
Resolves #13045
Resolves #13041
Resolves #13037
Resolves #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'.

Microsoft Reviewers: Open in CodeFlow

@chiaramooney chiaramooney requested a review from a team as a code owner October 11, 2024 20:09
@microsoft-github-policy-service microsoft-github-policy-service bot added Area: Accessibility Area: ActivityIndicator Area: Component Views Area: Fabric Support Facebook Fabric Area: Image Area: Modal Area: RefreshControl Area: ScrollView Area: Switch Area: Text Area: TextInput Area: View Area: View Props https://reactnative.dev/docs/view#props Parity: Fabric vs. Paper RNW Fabric does not look or behave like RNW Paper New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment