Quick Jump ↵
Add data-mjf="check_all_boxes" id="FIELD_NAME_MASTER" to your master <input type="checkbox"> tag.
data-mjf="check_all_boxes" id="FIELD_NAME_MASTER"
<input type="checkbox">
Add data-mjf_checkall="FIELD_NAME_MASTER" id="FIELD_NAME_SLAVES" to your slave <input type="checkbox"> tags.
data-mjf_checkall="FIELD_NAME_MASTER" id="FIELD_NAME_SLAVES"
Add <script type="text/javascript">$m.wand.check_all_boxes = true;</script> inside your <body> tag.
<script type="text/javascript">$m.wand.check_all_boxes = true;</script>
<body>
Checkboxes Check All Option 1 Option 2 Option 3
« Back to the main documentation