Style a link as a radio button #4205
tkrotoff
started this conversation in
Ideas / feature requests
Replies: 1 comment 4 replies
-
|
you can:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Amazon.com has a widget to switch the language of the website:
Each radio is a link:
Which can be simplified to something like this:
onClick="window.location = 'url'")?<a href="url"><input type="radio /></a>)?Would be nice for DaisyUI to allow this (a link can already be styled as a button but not as a radio button).
I couldn't find any other UI frameworks allowing this so I guess it's kind of a niche feature and I understand if it's out of scope.
How to style a link as a radio button as already been asked multiple times on Stack Overflow:
Beta Was this translation helpful? Give feedback.
All reactions