Java Reference
In-Depth Information
At this point we need to add checkboxes for our developers to select what
programming languages they are familiar with, unsurprisingly, dropping a checkbox
element into the page results in a window prompting us to enter properties
for the checkbox to pop-up.
Again we should enter a Name for our checkbox, since this name will be used to get
the value of the checkbox after the form is submitted. We should also enter a Value
for the checkbox. This value will only be present in the request object created when
the form is submitted only if the checkbox is selected when submitting the form.
After adding additional checkboxes for different programming languages and entering
their corresponding labels, the markup for the page should now look like this:
 
Search WWH ::




Custom Search