Skip to content

Commit af8183b

Browse files
committed
Merge branch 'master' of github.com:mendix/SimpleCheckboxSetSelector
2 parents fc4070f + 4555dab commit af8183b

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# SimpleCheckboxSetSelector
2-
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

Comments
 (0)