UI:Button

Last updated 5 August 2026

UI:Button is a versatile UI element that can be used as

a single or multistate button, with a multitude of Icon options

and free color choice.

Pin Info

Input 1: Emit [Bang]

Input 1: Set by # [Int]

Input 2: Set by Idx [Int]

Input 2: Set by Label [String]

1-Emit[Bang]: Emits the current State of the button on all outputs

1-Set by #[Int]: Sets the Button state by their position in the List.

2-Set by Idx[Int]: Sets the Button state by the Index variable.

2-Set by Label[String]: Sets the Button state by the Label variable.

Output 1: Index [Int]

Output 1: Label [String]

Output 2: Activated [Bang]

1-Index[Int]: Emits the Index variable when an entry gets activated.

1-Label[String]: Emits the Label varialbe when an entry gets activated.

2-Activated[Bang]: Emits a Bang whenever the Button is clicked.