s&box docs
API ReferenceSandbox.UI

public class Sandbox.UI.Checkbox : Sandbox.UI.Panel

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

public Checkbox()

Methods

Showing 6 methods

public virtual void OnValueChanged()

public virtual void SetContent(string value)

public virtual void SetProperty(string name, string value)

protected virtual void UpdateState()

Properties

Showing 6 properties

public bool Sandbox.UI.Checkbox.Checked { get; set; }

public Sandbox.UI.Panel Sandbox.UI.Checkbox.CheckMark { get; set; }

public Sandbox.UI.Label Sandbox.UI.Checkbox.Label { get; set; }

public string Sandbox.UI.Checkbox.LabelText { get; set; }

public bool Sandbox.UI.Checkbox.Value { get; set; }

public System.Action`1<bool> Sandbox.UI.Checkbox.ValueChanged { get; set; }

Metadata

FieldValue
NamespaceSandbox.UI
Typeclass
AssemblyBase Library
Doc IDT:Sandbox.UI.Checkbox

On this page