8000 MudCheckBox: Add label styling props (Typo, Style, Class) by LaurentM-Ubi · Pull Request #5518 · MudBlazor/MudBlazor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MudCheckBox: Add label styling props (Typo, Style, Class) #5518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

LaurentM-Ubi
Copy link

It's not an easy task to change font size or style of a MudCheckBox.
I often encountered the need to make the text smaller.

This pull request solves the problem by adding 3 new properties:

  • LabelTypo: to set the typo of the label
  • LabelStyle: to set the style of the label
  • LabelClass: to set the class of the label

@codecov
Copy link
codecov bot commented Nov 11, 2022

Codecov Report

Base: 91.60% // Head: 91.60% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (2d50115) compared to base (be19c09).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #5518   +/-   ##
=======================================
  Coverage   91.60%   91.60%           
=======================================
  Files         377      377           
  Lines       14861    14862    +1     
=======================================
+ Hits        13614    13615    +1     
  Misses       1247     1247           
Impacted Files Coverage Δ
...rc/MudBlazor/Components/CheckBox/MudCheckBox.razor 100.00% <100.00%> (ø)
...MudBlazor/Components/CheckBox/MudCheckBox.razor.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mikes-gh mikes-gh changed the title More styling flexibility on checkboxes MudCheckBox: More styling flexibility Nov 15, 2022
@mikes-gh mikes-gh added enhancement New feature or improvement request API change Change to the public API labels Nov 15, 2022
@danielchalmers danielchalmers changed the title MudCheckBox: More styling flexibility MudCheckBox: Add label styling props (Typo, Style, Class) Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change Change to the public API enhancement New feature or improvement request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0