Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: chrome/browser/resources/settings/controls/controlled_radio_button.html

Issue 2809033002: MD-Settings: A11y - Make sure checked is reflected. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/controlled_radio_button.html
diff --git a/chrome/browser/resources/settings/controls/controlled_radio_button.html b/chrome/browser/resources/settings/controls/controlled_radio_button.html
index 6b56e8f0a98bbac0650948e794eec0fcc034aa84..7ef19b4e2970f97b9156e6b68404e24922829da2 100644
--- a/chrome/browser/resources/settings/controls/controlled_radio_button.html
+++ b/chrome/browser/resources/settings/controls/controlled_radio_button.html
@@ -32,7 +32,7 @@
}
</style>
- <paper-radio-button id="radioButton" name="{{name}}" checked="{{checked}}"
+ <paper-radio-button id="radioButton" name="{{name}}" checked$="{{checked}}"
disabled="[[controlled_]]" tabindex$="[[tabindex]]">
[[label]] <content></content>
</paper-radio-button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698