Table of Contents

Constructor NuiCheck

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

NuiCheck(NuiProperty<string>, NuiProperty<bool>)

A checkbox with a label to the right of it.

[JsonConstructor]
public NuiCheck(NuiProperty<string> label, NuiProperty<bool> selected)

Parameters

label NuiProperty<string>
selected NuiProperty<bool>