Skip to content

Radio input: poor styling and incorrect behavior across themes #94

@jerrythomas

Description

@jerrythomas

Problem

The radio input type in the themes comparison page (/playground/themes/inputs) does not appear to be styled correctly across themes, and may not function properly (selection behavior).

Steps to reproduce

  1. Navigate to /playground/themes/inputs
  2. Observe the Radio A / Radio B inputs in the Checkbox & Radio section

Expected

  • Radio buttons should match the theme's visual style
  • Selecting Radio A should deselect Radio B and vice versa (they share the same name attribute)

Affected themes

All 10 themes — no theme appears to style radio inputs distinctively.

Notes

The InputField radio type may be missing theme-level CSS rules for [type='radio'] elements, or the name attribute grouping may not be wired correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions