I want to have two fields corresponding to check boxes next to next (not one below other) like I have shown in the image.
my form inherits from models.Form
and has other fields, which I have left out here. is it possible to get this using crispy-forms? For rest of the fields,
I use self.helper.form_class='form-horizontal'
, which I want to keep intact for other form fields
Thanks
This is untested but I think this will work.