When I save an entry after checking off checkboxes, some save and some don’t, seemingly sparatic. For example I check 3 boxes and only one saves. This is happening on 2 different fields.
Here is the code for one, possibly i miscoded?
<label class="desc" id="title261" for="Field261">Do you believe your employer treated you differently for any of the following reasons? (check all that apply)</label>
    <div>
    {options:cef_discriminations_reasons}
        <span>
            <input type="checkbox" name="cef_discriminations_reasons[]" class="field checkbox" value="{option_value}"{checked} />
            <label class="choice">{option_value}</label> 
        </span>
    {/options:cef_discriminations_reasons}
     </div> 





