Closed Bug 1894499 Opened 10 months ago Closed 9 months ago

Create base moz-radio-group and moz-radio components with inputs and labels

Categories

(Toolkit :: UI Widgets, task)

task

Tracking

()

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: mstriemer, Assigned: hjones)

References

(Blocks 1 open bug)

Details

(Whiteboard: [recomp])

Attachments

(1 file)

To start with radio inputs there should be moz-radio-group and moz-radio components that support creating radio inputs, the moz-radio should support a label and checked attribute. These should function like basic radio inputs

<moz-radio-group name="update-setting">
  <moz-radio value="1" label="Install automatically" checked></moz-radio>
  <moz-radio value="0" label="Download, but don't install"></moz-radio>
</moz-radio-group>
Assignee: nobody → hjones

This is just a basic implementation of our proposed moz-radio and moz-radio group elements.

See Also: → 1898338
Pushed by hjones@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d5f1bce2e309 Implement base moz-radio and moz-radio-group r=reusable-components-reviewers,desktop-theme-reviewers,accessibility-frontend-reviewers,tgiles,dao,nlapre
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: