Skip to content

Checkbox Tick size change #4149

Answered by timunie
omeraziz asked this question in Q&A
Jul 1, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @omeraziz ,

you can control this via the CheckBoxHelper.CheckGlyph* - Properties, where * has to be replaced by you with the needed Property. I would override the CheckBoxHelper.CheckGlyphCheckedTemplate and CheckBoxHelper.CheckGlyphUncheckedTemplate with my custom icons.

<CheckBox>
    <mah:CheckBoxHelper.CheckGlyphCheckedTemplate>
        <DataTemplate>
            <iconPacks:PackIconMaterial Width="12"
                                        Height="12"
                                        Margin="2"
                                        HorizontalAlignment="Center"
                                        VerticalAlignment="Center"
                                        Foregr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@omeraziz
Comment options

Answer selected by omeraziz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants