Skip to content

Commit

Permalink
[Checkbox] Fixed documentation typo
Browse files Browse the repository at this point in the history
Resolves #2580

PiperOrigin-RevId: 430473797
  • Loading branch information
hunterstich committed Feb 23, 2022
1 parent 1222268 commit b25807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Checkbox.md
Expand Up @@ -104,7 +104,7 @@ In code:
checkbox.isChecked = true

// To listen for a checkbox's checked/unchecked state changes
checkbox.setOnCheckedChangeListener { buttonView, isChecked
checkbox.setOnCheckedChangeListener { buttonView, isChecked ->
// Responds to checkbox being checked/unchecked
}
```
Expand Down

0 comments on commit b25807c

Please sign in to comment.