diff --git a/components/checkbox/appearance.md b/components/checkbox/appearance.md index 345019d71c..0725784e4f 100644 --- a/components/checkbox/appearance.md +++ b/components/checkbox/appearance.md @@ -30,28 +30,7 @@ You can increase or decrease the size of the CheckBox by setting the `Size` attr >caption The built-in sizes -````RAZOR -@{ - var fields = typeof(Telerik.Blazor.ThemeConstants.CheckBox.Size) - .GetFields(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static - | System.Reflection.BindingFlags.FlattenHierarchy) - .Where(field => field.IsLiteral && !field.IsInitOnly).ToList(); - - - @foreach (var field in fields) - { - string size = field.GetValue(null).ToString(); - -
The DatePicker Value is: @DatePickerValue.ToShortDateString()
- -- The Blazor Editor allows your users to edit HTML in a familiar, user-friendly way. Your users do not have to understand HTML in order to create it. -
-- The widget outputs identical HTML across all major browsers, follows - accessibility standards, and provides API for content manipulation. -
-Features include:
-Lorem ipsum
Dolor sit amet.
"; - public ListLorem ipsum
Dolor sit amet.
"; - public ListLorem ipsum
Dolor sit amet.
"; - public List