[Enhancement] Change skeleton checkboxes to radio buttons in import model dialog
See original GitHub issueGood first issue |
---|
Issues reserved for newcomers. Consider taking it only if it’s your first time working on a feature or a bug in Xenko. |
In the import model dialog, the skeleton options are currently displayed as checkboxes. Since there are all mutually exclusive, radio buttons would be more appropriate.
Starting point:
ModelAssetTemplateWindow
inXenko.Assets.Presentation
ImportModelFromFileViewModel
inXenko.Assets.Presentation
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Lookup dialog - replace check box with radio buttons
Solved: The lookup dialog box where the user can select a single value is showing check boxes. I tried adding a metadata for...
Read more >If a user changes a radio-button field, how can I provide a ...
To allow users select none (clear) radio-buttons field I use checkboxes instead, and set the field options to auto-enter calculated value, replace existing:....
Read more >How to show jquery dialog with radio buttons when ...
on('change', function (ev) { var check = ev.target; if (check.checked) { // Checked, so prompt and record. $prompt.dialog ...
Read more >Kendo UI for jQuery RadioButton Overview - Demos - Telerik
View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI...
Read more >How to Use Buttons, Check Boxes, and Radio Buttons
You set the default button by invoking the setDefaultButton method on a top-level container's root pane. Here is the code that sets up...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @xwellingtonx. I’ll review it.
A note for later: comment first on the issue when you start working on it so we can assign it to you. That will show that someone is working on it and prevent duplicate work in case someone else was also truing to do it.
@Kryptos-FR it’s because he was not added as a collaborator yet (github doesn’t allow to assign issues to people that are not collaborators, quite annoying)