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

◆ operator=() [1/2]

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

Definition at line 116 of file ui.h.

116 {
117 setValue(value);
118 return *this;
119 }
void setValue(bool value)
Definition ui.h:126

References UICheckbox(), and setValue().

+ Here is the call graph for this function: