I have a ModelForm with a multiple choice field. The choices are populated instances of Hikers belonging to a specific Club.
I want to customize the way my form displays
This answer provides a custom form widget - TableSelectMultiple - which sounds like what you want:
TableSelectMultiple
There's also the original Django Snippet.