We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CheckBox Disabled style can't be customized since Checkbox doesn't go to Disabled Visual State state.
Disabled
Following style doesn't affect CheckBox's disabled state.
<Setter Property="VisualStateManager.VisualStateGroups"> <VisualStateGroupList> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="Disabled"> <VisualState.Setters> <Setter Property="Color" Value="{AppThemeBinding Light={t:DynamicColor Color={StaticResource OnSurface}, Opacity=0.12},Dark={t:DynamicColor Color={StaticResource OnSurfaceDark}, Opacity=0.12}}"/> <Setter Property="TextColor" Value="{AppThemeBinding Light={t:DynamicColor Color={StaticResource OnSurface}, Opacity=0.38},Dark={t:DynamicColor Color={StaticResource OnSurfaceDark}, Opacity=0.38}}"/> </VisualState.Setters> </VisualState> </VisualStateGroup> </VisualStateGroupList> </Setter>
The text was updated successfully, but these errors were encountered:
enisn
No branches or pull requests
CheckBox Disabled style can't be customized since Checkbox doesn't go to
Disabled
Visual State state.Following style doesn't affect CheckBox's disabled state.
The text was updated successfully, but these errors were encountered: