Skip to Content
Author's profile photo Karol Kalisz

Design Studio SDK: Improved Checkbox Group

In alignment on the old blog Design Studio SDK: CheckBox Group (with Image) Component I had an additional requirement to make a horizontal check box group.

So I have extended this component and now it has 2 more properties.

cb2.PNG

With this properties, you can change the layout to “Horizontal” and then the check box group is looking like that:

cb1.PNG

very useful for small number of selections (like years).

The other events and scripts are usable as before.

In addition, the component works now also in M mode!

Help / API Specification

Go directly to the help site and find the component: http://org-scn-design-studio-community.github.io/sdkinstall/web/components/index.html

Download & Use

This component is available on the community package, as in SCN Design Studio SDK Development Community

Any thoughts?

feel free to add as usual…

Have fun.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vi Tran
      Vi Tran

      Great work.  I always wondered why the standard checkbox group didn't have a option to go horizontal.

      Author's profile photo Pierre COHEN
      Pierre COHEN

      I am not able to filter on selected values with the following script:

      DS_1.setFilter("ANNEE_ZMAD", CHECKBOXGROUP_1.getElementSelectedKeysArray());

      Could you tell me how to filter on selected values of this checkbox group ?

      Thanks