[PR #228] [MERGED] RadzenCheckBox label support. #2071

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/228
Author: @akorchev
Created: 9/25/2021
Status: Merged
Merged: 9/25/2021
Merged by: @akorchev

Base: masterHead: checkbox


📝 Commits (1)

  • a71bd86 RadzenCheckBox label support.

📊 Changes

2 files changed (+11 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/RadzenCheckBox.razor (+8 -5)
📝 RadzenBlazorDemos/Pages/CheckBoxPage.razor (+3 -2)

📄 Description

The RadzenCheckBox uses <input type="checkbox"> with its id set to the Name property. This allows clicking any <label for="checkboxName"> to check it.


🔄 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/228 **Author:** [@akorchev](https://github.com/akorchev) **Created:** 9/25/2021 **Status:** ✅ Merged **Merged:** 9/25/2021 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `checkbox` --- ### 📝 Commits (1) - [`a71bd86`](https://github.com/radzenhq/radzen-blazor/commit/a71bd865f0a2830070da7b628f4400d2e666b8c3) RadzenCheckBox label support. ### 📊 Changes **2 files changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenCheckBox.razor` (+8 -5) 📝 `RadzenBlazorDemos/Pages/CheckBoxPage.razor` (+3 -2) </details> ### 📄 Description The RadzenCheckBox uses `<input type="checkbox">` with its `id` set to the Name property. This allows clicking any `<label for="checkboxName">` to check it. --- <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:17:03 +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#2071