- Namespace:
- Redakt.ContentManagement.Annotations
- Assembly:
- Redakt.ContentManagement.dll
Uses a checkbox editor for this property in the Redakt back office.
[AttributeUsage]
public sealed class CheckboxAttribute: IContentPropertyAttribute
- Inheritance:
- ObjectAttributeCheckboxAttribute
- Implements:
- IContentPropertyAttribute
Constructors
Properties
Label |
Sets the checkbox label. Automatically hides the normal field label by default.
|
CheckedValue |
Sets the value to be saved when the checkbox is checked. Must be convertible to the property type. Defaults to true (bool), 1 (numeric types) or "on" (string).
|
UncheckedValue |
Sets the value to be saved when the checkbox is unchecked. Must be convertible to the property type. Defaults to false (bool), 0 (numeric types) or "off" (string).
|
Methods