Backdrop community pay a lot of attention to UX issues. And it is priceless. As a result Backdrop is several steps ahead of Drupal (and many other CMS) in terms of UX.
I would like to propose new UI button group component for Backdrop. It is select component which act like radio buttons or checkboxes. You could see it many times before all over the internet. It is present in bootstrap css/js framework.
It is perfect solution when you have just few options to choose. Its main advantage that you can see all options immediately without additional clicking. Button group needs one click less than selectbox to provide action.
Here's how it might look on Manage content page. Both options are chosen. It is analog of "- Any -" option.
Here's one option chosen.
Manage user accounts page.
This component can be used widely. It is just a sketch. Styles needs to be discussed.
Recent comments
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?