[SOLVED] Is it not possible to have a button with text that is toggled on/off like in preferences?

how do i replicate these buttons? so one is highlighted while the other isn’t.

Those can be created using the Switch.

vb:switch {
  items = { "Renoise", "FT2" },
  value = 1
}
2 Likes

thanks that was gorgeous!
got it working. :slight_smile:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.