API Reference
Class
CheckBoxPresentationElement
Represents a checkbox element within a presentation.
Inheritance
- PresentationElement
- CheckBoxPresentationElement
Constructors
public CheckBoxPresentationElement(String refId, Nullable<Boolean> defaultChecked, String label) #Initializes a new instance of the CheckBoxPresentationElement class.
Parameters
- refId System.String
- Optional reference identifier.
- defaultChecked System.Nullable{System.Boolean}
- Whether the checkbox is checked by default.
- label System.String
- Optional display label.
Inherited Methods
Properties
Inherited Properties
public String RefId { get; } #Inherited from PresentationElement