How to achieve the display of the field for the form (when it is filled) as in the admin panel (screenshot)?
I tried using forms.CheckboxSelectMultiple
widget but it doesn't quite fit. It provides the entire list from the request as a whole, this is not very convenient, since my list will be very large. We need a slider and search fields, as it is actually implemented in the admin panel.