mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Add option for Toggle.
This commit is contained in:

committed by
Arthur Sonzogni

parent
ae6473363d
commit
fac373494d
@@ -24,7 +24,7 @@ class RadioboxBase : public ComponentBase {
|
||||
// Constructor.
|
||||
RadioboxBase(const std::vector<std::wstring>* entries,
|
||||
int* selected,
|
||||
ConstRef<RadioboxOption> option);
|
||||
ConstRef<RadioboxOption> option = {});
|
||||
~RadioboxBase() override = default;
|
||||
|
||||
int focused = 0;
|
||||
|
Reference in New Issue
Block a user