skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadCheckBox

Represents a control that a user can select and clear.

Inheritance
System.Object
RadView
RadCheckBox
Inherited Members
RadView.OnNativeControlLoaded()
RadView.OnNativeControlUnloaded()
RadView.IsDefaultValue(String)
RadView.IsOperational
RadView.NativeControlLoaded
RadView.NativeControlUnloaded
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll

Syntax

public class RadCheckBox : RadView, INotifyNativeControlLoaded

Constructors

RadCheckBox()

Declaration
public RadCheckBox()

Fields

CheckedColorProperty

Identifies the CheckedColor property.

Declaration
public static readonly BindableProperty CheckedColorProperty
Field Value
Xamarin.Forms.BindableProperty

CheckedSymbolColorProperty

Identifies the CheckedSymbolColor property.

Declaration
public static readonly BindableProperty CheckedSymbolColorProperty
Field Value
Xamarin.Forms.BindableProperty

IndeterminateColorProperty

Identifies the IndeterminateColor property.

Declaration
public static readonly BindableProperty IndeterminateColorProperty
Field Value
Xamarin.Forms.BindableProperty

IndeterminateSymbolColorProperty

Identifies the IndeterminateSymbolColor property.

Declaration
public static readonly BindableProperty IndeterminateSymbolColorProperty
Field Value
Xamarin.Forms.BindableProperty

IsCheckedProperty

Identifies the IsChecked property.

Declaration
public static readonly BindableProperty IsCheckedProperty
Field Value
Xamarin.Forms.BindableProperty

IsThreeStateProperty

Identifies the IsThreeState property.

Declaration
public static readonly BindableProperty IsThreeStateProperty
Field Value
Xamarin.Forms.BindableProperty

LengthProperty

Identifies the Length property.

Declaration
public static readonly BindableProperty LengthProperty
Field Value
Xamarin.Forms.BindableProperty

StrokeWidthProperty

Identifies the StrokeWidth property.

Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Xamarin.Forms.BindableProperty

UncheckedColorProperty

Identifies the UncheckedColor property.

Declaration
public static readonly BindableProperty UncheckedColorProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

CheckedColor

Gets or sets the Xamarin.Forms.Color applied to the control when it is checked. The default value is Black.

Declaration
public Color CheckedColor { get; set; }
Property Value
Xamarin.Forms.Color

CheckedSymbolColor

Gets or sets the Xamarin.Forms.Color applied to the check symbol of the control. The default value is Black.

Declaration
public Color CheckedSymbolColor { get; set; }
Property Value
Xamarin.Forms.Color

Commands

Declaration
public ObservableCollection<ControlCommandBase<RadCheckBox>> Commands { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ControlCommandBase<RadCheckBox>>

CommandService

Gets the CommandService instance that manages the commanding behavior of this instance.

Declaration
public CheckBoxCommandService CommandService { get; }
Property Value
CheckBoxCommandService

IndeterminateColor

Gets or sets the Xamarin.Forms.Color applied to the control when it is Indeterminate. The default value is Black.

Declaration
public Color IndeterminateColor { get; set; }
Property Value
Xamarin.Forms.Color

IndeterminateSymbolColor

Gets or sets the Xamarin.Forms.Color applied to the Indeterminate symbol of the control. The default value is Black.

Declaration
public Color IndeterminateSymbolColor { get; set; }
Property Value
Xamarin.Forms.Color

IsChecked

Gets or sets a IsChecked. The default value is false.

Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>

IsThreeState

Gets or sets a boolean value indicating if the UI can set the Value of the control to null. The default value is false.

Declaration
public bool IsThreeState { get; set; }
Property Value
System.Boolean

Length

Gets or sets the size of the checkbox.

Declaration
public double Length { get; set; }
Property Value
System.Double

StrokeWidth

Gets or sets the width with which the symbols are drawn.

Declaration
public double StrokeWidth { get; set; }
Property Value
System.Double

UncheckedColor

Gets or sets the Xamarin.Forms.Color applied to the control when it is unchecked. The default value is Black.

Declaration
public Color UncheckedColor { get; set; }
Property Value
Xamarin.Forms.Color

Methods

OnMeasure(Double, Double)

Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double widthConstraint

System.Double heightConstraint

Returns
Xamarin.Forms.SizeRequest

Events

IsCheckedChanged

Occurs when the IsChecked property has changed.

Declaration
public event EventHandler<IsCheckedChangedEventArgs> IsCheckedChanged
Event Type
System.EventHandler<IsCheckedChangedEventArgs>

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.