Magic Icon Checked Picker: Magic JavaScript

Quick Jump ↵

Usage

In order to scale to 1000s of records, the Checked Picker has certain criteria, ie. you must set up the HTML properly.

Add <script type="text/javascript">$m.wand.checked_picker = true;</script> inside your <body> tag.

Use the example below as a guide for building your own! The easiest way to use it – copy/paste into your text editor and replace everything in UPPERCASE with your strings.
For example, replace YOUR_GROUP with ice_cream_group and UNIQUE with ice_cream_choice.

Example


Uncheck All Check All

This field is required

Notes

The checkboxes need to be sorted and separated before they get to the browser with the Checked checkboxes on the left and unchecked on the right.

Checked Pickers aren't currently supported in touch-based browsers – they don't move to the left and right and back again.

« Back to the main documentation