docs(segment-button): add correct usage for checking segment button (#21966)

resolves #21961
This commit is contained in:
Liam DeBeasi
2020-08-24 09:48:06 -04:00
committed by GitHub
parent 6dae5d1dfe
commit e32b9afaaa

View File

@ -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.
<!-- Auto Generated Below -->