Many to many with checkbox

I have three tables: Cars, Options, Cars_Options.

Car fields: name
Option fields: name
Car_options fields: car_id, option_id

I want the cars form to have checkboxes all Options. How could you do that? Or is there another simpler way to do this, including the relationship?

Maybe this post can help You