Quick Jump ↵
Add data-mjf="check_other_onfocus" data-mjf_check_other_onfocus_id="FIELD_NAME_SLAVE" id="FIELD_NAME_MASTER" to your master <input> tag.
data-mjf="check_other_onfocus" data-mjf_check_other_onfocus_id="FIELD_NAME_SLAVE" id="FIELD_NAME_MASTER"
<input>
Add id="FIELD_NAME_SLAVE" to your slave <input type="checkbox(OR)radio"> tag.
id="FIELD_NAME_SLAVE"
<input type="checkbox(OR)radio">
Add <script type="text/javascript">$m.wand.check_other_onfocus = true;</script> inside your <body> tag.
<script type="text/javascript">$m.wand.check_other_onfocus = true;</script>
<body>
* Input Type = Radio Option 1 Option 2 Option 3 Option 4 When clicking the input box above, the radio button to the left will auto-magically be checked
« Back to the main documentation