We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990cad8 commit 32d9b00Copy full SHA for 32d9b00
EmbAJAX.h
@@ -527,7 +527,6 @@ class EmbAJAXCheckButton : public EmbAJAXElement {
527
* will cause the <label/>-element to be omitted (useful with some CSS definitions).
528
* @param checked If true, the checkbox will be initially checked. @see setChecked().
529
*/
530
- EmbAJAXCheckButton(const char* id, const char* label=EmbAJAXBase::null_string, bool checked=false);
531
EmbAJAXCheckButton(const char* id, const char* label=nullptr, bool checked=false);
532
void print() const override;
533
const char* value(uint8_t which = EmbAJAXBase::Value) const override;
0 commit comments