I would like a series of check boxes to appear side-by-side. I can accomplish this using the html type and then manually creating the inputs. However, if I do that I cannot figure out how to get their values as they do not appear in the modal.result. I thought about trying to obtain the values using jQuery; however, the modal is destroyed prior to the jQuery running. I've been beating my head against the wall for a few days trying to solve this one.