| 45 | } |
| 46 | |
| 47 | JsonCheckboxImpl::~JsonCheckboxImpl() { |
| 48 | // Ensure the component is removed from the global registry |
| 49 | removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal)); |
| 50 | } |
| 51 | |
| 52 | JsonCheckboxImpl &JsonCheckboxImpl::Group(const fl::string &name) FL_NOEXCEPT { |
| 53 | mInternal->setGroup(name); |
nothing calls this directly
no test coverage detected