Anybody knows if this module supports radio button list (or check-boxes) instead of drop-down select list?

If it doesn't then, any ideas how to create similar (hierarchical) filter with radio buttons?

For example:
1) user selects car-brand
2) then gets to select the car-models of that brand
3) and then gets to select available colors for selected brand+model

In my case, select-lists are not ideal for this.

Eventually my goal is to make user experience so that the filter would displays the Car-brands as logos (images). If radio buttons were an option then I can probably pull it off with the help of CSS.

Thank you,

Comments

stBorchert’s picture

Status: Active » Closed (works as designed)

Sorry, but it is not possible to change the type of elements the module creates.
If you would like to create a simply hierarchy, have a look at the Examples module (specifically "AJAX Example" and "dependent dropdown").