Constructor NuiButtonSelect
NuiButtonSelect(NuiProperty<string>, NuiProperty<bool>)
A clickable button with text as the label.
Same as NuiButton, but this one is a toggle.
[JsonConstructor]
public NuiButtonSelect(NuiProperty<string> label, NuiProperty<bool> selected)
Parameters
labelNuiProperty<string>selectedNuiProperty<bool>