in reply to Re^4: display new options based on checkbox inputs
in thread display new options based on checkbox inputs

Include those input fields in your HTML source, hide them by default (style="display: none" or so), and use Javascript to unhide/rehide them as the corresponding checkboxes are clicked.
  • Comment on Re^5: display new options based on checkbox inputs