Hi all,
possibly a very silly question, but how do i map a group of checkboxes to send only the checked values to my backend ? Handling server side is no problem, i just cannot figure out how to send checked value and not sending unchecked values.
When i map each checkbox value to separate request parameters, they are all sent by REST even if they arent checked.