Open YuezhenQin opened 7 months ago
Each menu is a container with an array of menu items.
A radio is made up of a circular container and a filled circle.
A slider is, at minimum, made of a track and knob(s). The slider can have one knob for the user to select a single value or two knobs to select a range.
It is important to link each input
to the corresponding label
element. This provides assistive technology users with a visual reference to the input.
This is done by giving the label a for attribute, which contains the id of the input.
Check
A check is made up of a square container and a checkmark icon.