Membership managed is controlled via the module user.
I want to enable users to change their preferences/options, via a checkbox.
They can currently add a preference, but if they try to remove a preference it does not update the database.
<p><input type="checkbox" class="check" name="rock_and_pop" value="y" {if "{rock_and_pop}"=="y"}checked{/if}> Rock</p>
So if a user had already selected rock_and_pop as a preference, their edit preferences would come pre-ticked, but if they unticked the box, it would not be saved.
