You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input widget to render a reference set as a checkbox list
2
+
Checkbox based input widget for reference sets. Useful replacement for the default reference set selector widget.
3
+
4
+
## Description
5
+
This widget enables you to render your reference set association as a checkbox list.
6
+
7
+
## Contributing
8
+
For more information on contributing to this repository visit [Contributing to a GitHub repository] (https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)
9
+
10
+
## Typical usage scenario
11
+
Visualize all possible options in your user interface, instead of forcing your user to open a pop-up window to reference available options.
12
+
13
+
## Features and limitations
14
+
15
+
- Displaying the list in a horizontal or vertical direction.
16
+
- Option to show a label(as is done for input widgets since Mx 5.18)
17
+
- Attaching a microflow on the onchange event.
18
+
19
+
## Installation
20
+
Import the widget to your project and add it to a dataview on a page. Configure the properties to determine how the widget will behave in your application.
0 commit comments