From e32b9afaaa9b326b6353fbf1c1a5064c08cf9c68 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 24 Aug 2020 09:48:06 -0400 Subject: [PATCH] docs(segment-button): add correct usage for checking segment button (#21966) resolves #21961 --- core/src/components/segment-button/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/segment-button/readme.md b/core/src/components/segment-button/readme.md index 49164e69a6..bab2b59875 100644 --- a/core/src/components/segment-button/readme.md +++ b/core/src/components/segment-button/readme.md @@ -1,6 +1,6 @@ # ion-segment-button -Segment buttons are groups of related buttons inside of a [Segment](../segment). They are displayed in a horizontal row. A segment button can be checked by default by adding the `checked` attribute or by setting the `value` of the segment to the `value` of the segment button. Only one segment button should be selected at a time. +Segment buttons are groups of related buttons inside of a [Segment](../segment). They are displayed in a horizontal row. A segment button can be checked by default by setting the `value` of the segment to the `value` of the segment button. Only one segment button can be selected at a time.