Skip to content

Commit 5fc069f

Browse files
authored
Merge pull request #3465 from MicrosoftDocs/master
Taking changes to live
2 parents b4d85c6 + a5efb56 commit 5fc069f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@
18221822
href: ../teams/table-columns.md
18231823
- name: Manage your apps
18241824
href: ../teams/manage-your-apps.md
1825-
- name: Share and publish your app
1825+
- name: Publish and share your app
18261826
href: ../teams/publish-and-share-apps.md
18271827
- name: Remove your apps
18281828
href: ../teams/remove-your-apps.md

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)