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 / Is it possible/How do ...
Power Apps
Unanswered

Is it possible/How do I: Create check boxes dynamically from a list of possible options.

(0) ShareShare
ReportReport
Posted on by 47

I want to replace an old sharepoint system which uses a choices field with the currently unsupported "multiple select" option.

This is a request system, and the multiple select field is for 'software to include'. Therefore the selectable items are fairly static BUT can change.

 

So I believe I have 2 options:

  1. Create a 'static' screen/form in powerapps with a check box for each software item I want to allow users to select from.
  2. Dynamically create the screen/form check boxes based on the content of a seperate list which identifies the available software items. Similar to the radio buttons functionality which already exists... but only allows a single item to be selected!

Option 1: Takes longer to set up, and requires training for multiople people on how to update/manage the powerapps form, and is dependent on an external change control process. If this is my only option.. what is the code to read through all the check boxes on the screen to 1) see if they are checked and then 2) add an entry to a text field to include the checked item.

 

Option 2: MUCH neater, and means I can have a single screen for multiple different lists, ie Company 1 has 1 list of software, Company 2 has a different list of software, but use the same powerapps form. This also means that items can be added to the sperate lists, using sharepoint control processes, and there are fewer powerapps admin people, less chance to screw up the system! If this is possible, whats the "code" required? and then, how do I then read all the check boxes on the screen/form to 1) see if they are checked and then 2) add an entry to a text field to include the checked item.

 

 

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

    Hi @adstar22,

     

    Option 2 is possible using the listbox control, or a radio control.

    List Box control in PowerApps

    Radio control in PowerApps

    Radio control would allow only one selected at a time.

    While list box have the SelectMultiple property, when set to true, it would allow multiple selection.

    See if it would meet your requirements.

    For configure the items property, use the formula:

    Distinct(Table, ColumnName)

    Or use the Datasource directly(only available in ListBox control).

    Use the ListBox.Selected or the ListBox.SelectedItems to reference the selected item.

    See if this would meet your requirements.

    Regards,

    Michael

  • adstar22 Profile Picture
    47 on at

    Thanks for looking into this. I hate it when people dont reply to ideas, or the time spent by someone.

     

    So, whilst I havent tried this out, because I have been trying so many different solutions to a range of problems, I appreciate the response which when I return to this, will give me something useful to start with.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard