What is the correct aria and role for a button/label that fills the value of an input?
If a set of buttons (or labels) set the value of an input with a different value each, what roles and arias should they possess?
In this scenario the input can also be inserted/edited by the user manually.
Do `aria-` tags include children elements?
I show and hide some inputs in the same form depending on the status of a radio group. For accessibility, I add and remove aria-hidden=true
to the parents of these inputs by writing a JavaScript code.