I know this has been requested before but did not get any votes so I wanted to share again. Really useful for long forms or for hiding/displaying lots of information in screens. From a design perspective, this makes more sense than using a switch component or a button.
With the help of many different threads here, I have managed to change the appearance of the switch/toggle component with CSS to display (+) or (-).
From there I have the switch component mapped to a boolean column and the components âenclosedâ becomes visible when set to true.
This is great! Thanks so much @Wiz.Wazeer. I got confused on how the title and emoji ended up in the same line but realized you were using the avatar text as the title. I was thinking the title is actually in the title which results in the emoji displaying on a separate line. Wish Iâve thought of this sooner
This works perfect for my use case. Kinda wish the text can be larger.
This sort of thing can be done without CSS, by using a combination of actions, component visibility and data editor logic. See example below:
The example shown in the link above does use some CSS, but thatâs only to inset the switch components. The functionality itself doesnât require any CSS.