Skip to content

Commit 675fe8c

Browse files
leticiarossiymarian
authored andcommitted
[Documentation] Fixing checkbox attrs table.
PiperOrigin-RevId: 314155324
1 parent 83ba040 commit 675fe8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/Checkbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ tinted, set `app:useMaterialThemeColors` to `false`:
131131
  | Attribute | Related method(s) | Default value
132132
-------------- | ------------------------ | ---------------------------------- | -------------
133133
**Text label** | `android:text` | `setText`<br/>`getText` | `null`
134-
**Color** | `android:textColor` | `setTextColor`<br/>`getTextColors` | inherits from `AppCompatRadioButton`
135-
**Typography** | `android:textAppearance` | `setTextAppearance` | inherits from `AppCompatRadioButton`
134+
**Color** | `android:textColor` | `setTextColor`<br/>`getTextColors` | inherits from `AppCompatCheckBox`
135+
**Typography** | `android:textAppearance` | `setTextAppearance` | inherits from `AppCompatCheckBox`
136136

137137
### Checkbox states
138138

0 commit comments

Comments
 (0)