The folks that worked on this LEGO age check text field (!!) are automatically the best web developers on the planet right

(Sound on for perfection)

@cabel what are the odds they got accessibility right too?
@Alexbbrown It's likely backed by a simple text or numeric input, so that when you click on the fancy graphical input, the text input gets focused. The graphical input can then be updated based on the value of the text one when the text one fires the `"input"` event.