Skip to content

Commit a5efb56

Browse files
authored
Merge pull request #3463 from MicrosoftDocs/chmoncay-patch-4
Update use-the-fluent-ui-controls.md
2 parents b9599d7 + 078ae86 commit a5efb56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/teams/use-the-fluent-ui-controls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Configure the OnSelect property of a **Button** control to run one or more formu
3030

3131
### Key properties
3232

33-
*ButtonType* – The style of button to show, Default, or Primary. Default value: **Standard**.<!--note from editor: I don't understand this.-->
33+
*ButtonType* – The style of button to show, Standard, or Primary. Default value: **Standard**.
3434

3535
*OnSelect* – How the app responds when the user selects a control.
3636

@@ -54,7 +54,7 @@ been widely used in the user interface.
5454

5555
*Label* – Text that appears on a control.
5656

57-
*Value*The value of an input control.
57+
*Checked*Whether the control is checked or not.
5858

5959
## Combo box
6060

@@ -215,7 +215,7 @@ A **Toggle** control is designed for the modern user interface, but behaves the
215215

216216
### Key properties
217217

218-
*Value*The value of an input control.
218+
*Checked*Whether the control is checked or not.
219219

220220
*OffText* – The text of the off state.
221221

0 commit comments

Comments
 (0)