Check Box Control In Power Apps

Power Apps is a suite of apps, services, connectors, and data platforms that provides a rapid application development environment to build custom apps for your business needs. For more details check here.

In the Check box control, the user can select or clear to set its value to true or false. In the Check box control, the user can specify a Boolean value by using this familiar control, which has been used in GUIs for decades.

Reading this article, you can learn how to use Check box control in Microsoft Power Apps.

Step 1

Open the URL https://powerapps.microsoft.com/en-us/ in the browser for Power apps,

Check Box Control In Power Apps

Create an account with your Organization Mail ID and log in to it. After logging in to your Power Apps account:

Check Box Control In Power Apps

Step 2

First, Click Create (+ ) and Select the Canvas app from blank,

Check Box Control In Power Apps

Next, Give the App name as PAChkBox and Format as Phone and click Create,

Check Box Control In Power Apps

Now, in the Power Apps studio environment, select the Create a form option,

Check Box Control In Power Apps

Step 3

To test the Check box control, rename the screen name as ScnCB, and rename the Form name as FrmCB,

Check Box Control In Power Apps

Add the following controls in the Form window for Check Box feature view,

Insert the Label Control and set the Name property as LblName and Text Property as CheckBox Control in Power Apps.

Check Box Control In Power Apps

Insert the Check box Control and set the Name property as CBCSE for CSE dept,

Check Box Control In Power Apps

Check Box Control In Power Apps

Similarly, insert the Check box Control and set the Name property as CBECE for ECE dept,

Check Box Control In Power Apps

Next, we can insert the Label Control and set the Name property as LblCSE and Text Property as If( (CBCSE.Value = true),CBCSE.Text & " " & "SELECTED",CBCSE.Text & " " & "NOT SELECTED") for CSE dept.

Check Box Control In Power Apps

Similarly, Insert the Label Control and set the Name property as LblECE and Text Property as If( (CBECE.Value = true),CBECE.Text & " " & "SELECTED",CBECE.Text & " " & "NOT SELECTED")for ECE dept.

Check Box Control In Power Apps

Step 4

Now we can see the preview of your App in Power Apps Studio, and the output of the PAChkBoxis,

Check Box Control In Power Apps

After selecting both Checkboxes,

Check Box Control In Power Apps

Summary

Now you have successfully tested check box Control- PAChkBoxin Power Apps Studio environment. 


Similar Articles