web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Multi Select Checkboxe...
Power Apps
Answered

Multi Select Checkboxes in Power Apps - using title field from a sharepoint list

(0) ShareShare
ReportReport
Posted on by 178

Hi All,
I'm just plugging along with powerapps and would like to show a multiple checkboxes using a title field from a sharepoint list.
I'm using a canvas app.
I have a list with title Animals
Dog
Cat 

Tiger

I can list it as a dropdown or a radio button but not mutliselect checkboxes.
I don't want to have individual checkboxes for each as it is a long list?

Any ideas or resources is welcome

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    HI @naijacoder :

    Do you want to create multiple checkboxes at once based on the Animals list?

    The point is to create a gallery .I’ve made a test for your reference:

    1\My data source

    v-bofeng-msft_0-1606122340050.png

     

    2\Add a Blank vertical gallery(Gallery5) and set it’s items property to

     

    Animals

     

    3\Add a check box control(Checkbox1) into this gallery and set it’s Text property to

     

    ThisItem.Title

     

    4\ Add a data table control and set it’s items property to:

     

    ShowColumns(AddColumns(Filter(Gallery5.AllItems,Checkbox1.Value),"Value",Checkbox1.Text),"Value")

    The Result(the screenshot has been added as an attachment😞

    1.gif

    Best Regards,

    Bof

     

    1.gif
  • naijacoder Profile Picture
    178 on at

    Hi v-bofeng-msft,
    I can't get pass the below steps

    4\ Add a data table control and set it’s items property to:

     

    ShowColumns(AddColumns(Filter(Gallery5.AllItems,Checkbox1.Value),"Value",Checkbox1.Text),"Value")


     There is no option "Alltems" for the Gallery5 property and also whats the "Value"
    Can you please elaborate more on the item property for the data table control

    Cheers

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @naijacoder :

    Q1:There is no option "Alltems" for the Gallery5 property

    It's AllItems not Alltems.

    I think this link will help you a lot:

    Gallery control in canvas apps---Additional properties 

    Q2:whats the "Value"

    "Value" is a column I created on the basis of the Gallery5.AllItems table through the AddColumns function. Its value is “Checkbox1.Text”.

    I think this link will help you a lot:

    AddColumns, DropColumns, RenameColumns, and ShowColumns functions in Power Apps 

    ShowColumns(
     AddColumns(
     Filter(Gallery5.AllItems,Checkbox1.Value),/*Filter out all selected items in the gallery*/
     "Value",/*add a column named 'Value'*/
     Checkbox1.Text
     ),
    "Value" /*Select Value from items*/
    )

    Best Regards,

    Bof

     

  • naijacoder Profile Picture
    178 on at

    Thanks alot will give that a shot

  • hemrhk Profile Picture
    361 on at

    There is a way to achieve the multi-select check box option, follow the post to get an idea of how to implement.

     

    https://365stack.in/index.php/2021/12/29/how-to-add-check-box-grouping-in-canvas-app/ 

     

    Follow 365 Stack to get instant updates.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard