Renders a checkbox that represents a subscribable Content Studio category.

Background

This control is used in user interfaces where visitors can subscribe or unsubscribe to a Content Studio category. Each instance of this control represents such a category and can be used to submit information whether the visitor would like to subscribe to this category. When this control is placed on a document in Content Studio, a developer can browse for categories that can be subscribed to.

Examples

The example below shows the code used to insert the control in a Content Studio document. The example assumes that there is a subscribable category named Content/News. The RequiresValidation property is used by the SubscriptionManager Control when it determines whether or not the category requires validation from the user before the subscription is activated.

HTML
<csx:SubscribableCategoryCheckBox RunAt="Server"
                                  RequiresValidation="true"
                                  Category="Content/News" /> 

See also

SubscribableCategoryCheckBox Control API reference
SubscriptionManager Control
SubscriptionRemover Control