Hello,
I am on 2015 Q3 of the ASP .NET controls and weirdly cannot find the RadCheckBox control. It is not visible in the Toolbox and when I add it manually to the ASCX file I get error 'Element 'RadCheckBox' is not a known element' in my ascx control. Other Telerik controls work fine.
Thank you for any help.
<%@ Register assembly="Telerik.Web.UI, Version=2015.3.1111.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<
telerik:RadCheckBox
ID
=
"RadCheckBox1"
runat
=
"server"
Text
=
"I agree to the Terms of Service"
></
telerik:RadCheckBox
>