I'm making a form that has a checkbox that is inline with a text input. Here's what I did to make it look nice with bootstrap:\[code\]<label class="checkbox"> <input type="checkbox" name="keywords" value="http://stackoverflow.com/questions/15857660/__option__"> <input type="text" name="keywords_other_option" value="" placeholder="Other"></label>\[/code\]It looks good, but it doesn't function well. In firefox, the user can't type in the textbox. Is there a good bootstrap way to put the checkbox and the text input inline with each other?