Dialog.CheckboxAttribute Class
On Reflection-based UIs, this attribute can be applied to boolean values to use a checkbox to render the boolean value.

See Also: CheckboxAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, Inherited=false)]
public class CheckboxAttribute : Attribute

Remarks

c# Example

	[Preserve (AllMembers=true)]
	class Settings {
	[Section ("Checkboxes")]
		[Checkbox]
		bool English = true;
	}
	

Requirements

Namespace: Dialog
Assembly: Dialog-1 (in Dialog-1.dll)
Assembly Versions: 0.0.0.0