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

◆ operator=()

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

Definition at line 185 of file ui.h.

185 {
186 impl() = value;
187 return *this;
188 }
Super & impl()
Definition ui.h:231
bool value() const
Definition ui_impl.h:132