Inherits from SCField : NSObject
Declared in SCCheckboxField.h

Overview

The SCCheckboxField object identifies a Sitecore system item’s checkbox field.
The field with [SCField type] is equal to “Checkbox” has the SCCheckboxField type.

It provides a getter for the checkbox flag.

Tasks

Properties

fieldValue

The value of the field. [SCCheckboxField fieldValue] is NSNumber object. [NSNumber boolValue] is NO if checkbox does not selected and YES otherwise.

@property (nonatomic, readonly) id fieldValue

Discussion

The value of the field. [SCCheckboxField fieldValue] is NSNumber object. [NSNumber boolValue] is NO if checkbox does not selected and YES otherwise.

Declared In

SCCheckboxField.h