FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator=() [2/2]

UICheckbox & fl::UICheckbox::operator= ( int value)
inline

Definition at line 120 of file ui.h.

120 {
121 setValue(value != 0);
122 return *this;
123 }
void setValue(bool value)
Definition ui.h:126

References UICheckbox(), and setValue().

+ Here is the call graph for this function: