CheckBox

Example

Razor
<kendo-checkbox>
</kendo-checkbox>

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
checkedBooleanThe checked state of the CheckBox.
enabledBooleanIf set to false, the CheckBox will be disabled and will not allow the user to change its checked state.
encodedBooleanDetermines whether the checkbox label content should be rendered as an HTML string or it should be encoded.
forModelExpressionAn expression to be evaluated against the current model.
labelStringSpecifies the label content for the checkbox.
on-changeStringFires when the checked state of the CheckBox is changed through user interaction.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>
sizeComponentSizeSets a value controlling the size of the component.
valueStringThe value attribute of the widget input element.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleAttributes
Not finding the help you need?
Contact Support