I tried to filter a recordset with only one checkbox, but that doesn’t work. It looks like changing the checked state of the checkbox is not passing any values to the serverconnect. Maybe this code is not correct?:
Try using a checkbox group component for that.
Then assign the checkbox group value as a get param value.
The checkbox group value will change when the checkbox is checked/unchecked.
And you should set the checkbox value to 1. No value should be set to the group itself.
The checkbox group component value changes dynamically, depending on what the checkbox(es) value(s) insider is(are). If you have one checkbox with a value of 1 then, when you check it, the group value becomes 1.