MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Add MaterialDesignToolBarToggleButton (name is just a suggestion) to make it look like MaterialDesignToolToggleListBox
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
This idea came from this ticket, which turned out to be a new .NET behavior:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/3677
Basically would like to see a toggle/checkbox styled for `ToolBar`. Meaning, it looks just like a single-item `MaterialDesignToolToggleListBox` looks today. When unselected, just make it look flat as the rest of the `ToolBar`.

Not sure what's better for base, a `ToggleButton` or a `CheckBox`. I'm also not super proficient in styling on such low level so I would appreciate if someone could help. Thank you.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the requested ToolBar toggle or checkbox with the existing single-item MaterialDesignToolToggleListBox appearance and review the related issue 3677. Decide whether ToggleButton or CheckBox is the appropriate base, then verify that the selected and unselected states match the described ToolBar behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100