About this article
This article explains what a checkbox form field is and how to utilize it as an end-user as well as explaining how to create a checkbox form field in the Dynamics designer.
Prerequisites
|
What is a Checkbox form field?
A checkbox form field is a form field that allows the user to check or uncheck an option. The output being true
if checked and false
if unchecked. The output can then be used in the binding syntax in functions like IfElse(). Below is an example of checkboxes for an end-user.
Creating a Checkbox form field
In it's simplest form a checkbox consists of a Name
and Label
. If you'd like the checkbox to be checked then use the Default
Value
field. The Name
is used for reference in the binding syntax, the Label
is used for the end-user and appears above the checkbox. The Default
Value
can also be set using the binding syntax. Below is an example of the creation process.
- Go to the Dynamics Designer
- Click the
Form
tab. - Click
Add form field
- Select
CheckBox
- Fill out the
Name
andLabel
and any additional options - Click
Save
Comments
0 comments
Article is closed for comments.