[PR #964] [MERGED] Radio Button & Check Box: fix appearance of disabled state #2430

Open
opened 2026-01-29 18:18:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/964
Author: @Cosmatevs
Created: 5/5/2023
Status: Merged
Merged: 5/8/2023
Merged by: @yordanov

Base: masterHead: radio-button-disabled-fix


📝 Commits (2)

  • fec40dd RadioButtonListItem: fix appearance of disabled state (to make it look like before the form field update)
  • e9986c9 CheckBox: fix appearance of disabled state

📊 Changes

2 files changed (+15 additions, -30 deletions)

View changed files

📝 Radzen.Blazor/themes/components/blazor/_checkbox.scss (+7 -10)
📝 Radzen.Blazor/themes/components/blazor/_radio.scss (+8 -20)

📄 Description

A fix for #944
It looks like the form field update made disabled checked radio buttons and check boxes look wrong in most themes, not only in the one named default.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/964 **Author:** [@Cosmatevs](https://github.com/Cosmatevs) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@yordanov](https://github.com/yordanov) **Base:** `master` ← **Head:** `radio-button-disabled-fix` --- ### 📝 Commits (2) - [`fec40dd`](https://github.com/radzenhq/radzen-blazor/commit/fec40dd91c298fe4345da8a14b59d3221058922b) RadioButtonListItem: fix appearance of disabled state (to make it look like before the form field update) - [`e9986c9`](https://github.com/radzenhq/radzen-blazor/commit/e9986c96674bd296b874f22d1b347bdc7a5b87b4) CheckBox: fix appearance of disabled state ### 📊 Changes **2 files changed** (+15 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/themes/components/blazor/_checkbox.scss` (+7 -10) 📝 `Radzen.Blazor/themes/components/blazor/_radio.scss` (+8 -20) </details> ### 📄 Description A fix for #944 It looks like the form field update made disabled checked radio buttons and check boxes look wrong in most themes, not only in the one named _default_. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2430