On Jun 8, 1:26 pm, DezzyLee99 <[email protected]> wrote: > I've searched the group and have come across this site with an > example:http://www.geocodezip.com/v3_MW_example_categories.html > > It seems to be clsoe to what I want to do, but my question is, is > there a way to only have 1 checkbox active. I.e. if one checkbox is > checked, the others turn off?
Sure. You could write code to do that. But if you use an HTML radio button instead of a check box, it would do that for you. http://en.wikipedia.org/wiki/Radio_button -- Larry > > I'm only so-so with Javascript so forgive my newbieness. > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
