We found 3 matches for: state ui: checkers

An overview of all state ui: checkers blocks currently available, updated daily!

state: is left clicked

Checks if the given field is clicked within the UI state.

In-pins

state key
The state key of the button that may be leftclicked on.

Out-pins

condition
Returns true if `.leftclicked` is true, "true", 1 or "1".
state: is modified

Checks if a field is modified within the given form.

In-pins

state key
The state key of the form that may be getting modified.

Out-pins

condition
Returns true if `@modified` is true, "true", 1 or "1".
state: is true

Checks if the given field is true.

Out-pins

condition
Returns true if the given field is true.