ExtensionsFactory<ModelType>.CheckBoxFor Method
Name | Parameters | Description |
---|---|---|
CheckBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<CheckBoxSettings>) | expression, method | Creates a CheckBox. |
CheckBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Creates a CheckBox. |