wv-field-checkbox-list
Purpose
<wv-field-checkbox-list/>
. Provides the ability to render the checkbox field type of an Erp Entity. Can be used to render other boolean based form values.
Properties
Important: All <wv-field-*>
helpers inherit a "base tag helper" properties. In the following list are presented only the properties that this tag helper adds or alters. Not all base tag helper properties can be implemented by this tag helper too.
name | description |
---|---|
options |
object type: default value: is required: The text presented as checkbox label in forms and also as checkbox value in Simple mode, when checked. |
value |
object type: default value: is required: Expects the value to be parsed as |
Example
<wv-field-checkbox-list value="@value" options="@options"></wv-field-checkbox-list>