|
|
|
|
Knowledge Base
HOW TO INCLUDE CHECKBOXES AND RADIO BUTTONSApplies to: Tipue JS
EXAMPLE 1Suppose you have two seperate data files and you want to have a single form where the user selects which search to use. The obvious solution would be a pair of radio button controls. Use JavaScript similar to that below. It should be included in the Head section of your HTML page.
And the revised form:
EXAMPLE 2Suppose you want to make it simple for your users to filter certain results from your search. A checkbox would be the obvious choice. Include JavaScript similar to that below. Again, it should be included in the Head section of your HTML page.
And the revised form:
|
|