Form with checkbox list

How can I use a checkbost list in a form ?

I tried with the form component, unchecked the simplified mode, add a field, but I end with a text input with some options but no checkbox.

I tried to put a checkbox in the form field slot, but can’t find how to bind the value to the form data.

Is there any documentation on how to do this ?

Thank you