I have a new Ubercart implementation where I need to make one attribute checkbox visible / invisible depending on the selection a customer makes in an attribute select box. By default the checkbox would be invisible and become visible if a certain option in the select box is chosen and become invisible again if that option is unchosen. I cannot find any Ubercart module to do this, but am I missing just not finding it?
If there is no such module, can this be done with Javascript? I think the Javascript would be pretty easy (though I have no skill in JS), but I cannot figure out how to get the JS to be called by the Select Box OnChange event since the Select Box is generated by UC code.
Thanks.
