How can we use html with checkboxes and radio buttons? E.g.
1. The users can select languages, which should be displayed as flags:
Deutsch|<img src="/de_de.png">
English|<img src="/en_en.png">
or the user should select associated websites/pages, which should be displayed as links:
Website 1|<a href="website1" target="_blank">Website 1</a>
Website 2|<a href="website2" target="_blank">Website 1</a>
Any tipps are welcome. Many thanks!