Untoggle Button Group Options #17747
-
Once a button in a group has been set, it would be nice if there was a way to unset it back to it's original unset state, if you don't have a default selection for the button group. This would also make single option button groups a viable, customizable, alternative to single option toggles (lightswitches - can't be customized by icon or color, small checkboxes). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If the fundamental thing you want to store is There’s some precedence for us adding icon/color support to Lightswitch fields, though, now that they have a little check icon when selected. I could see us making that icon customizable, as well as the selected color. |
Beta Was this translation helpful? Give feedback.
If the fundamental thing you want to store is
true
orfalse
, then a Button Group (or Checkboxes) field is the wrong approach, as they store the selected option’s string value, not a boolean value like Lightswitch fields.There’s some precedence for us adding icon/color support to Lightswitch fields, though, now that they have a little check icon when selected. I could see us making that icon customizable, as well as the selected color.