Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The CheckBox UDR is used to create a checkbox.

The following fields are included in the CheckBox UDR:

Field

Description

attributes (map<string,string>)

This field may contain extra attributes to be added.

checked (boolean)

This field may contain a boolean if the checkbox should be checked by default (when the page loads).
Default is false.

cssClasses (list<string>)

This field may contain a list of extra values added to class attribute. This is typically used to style the component. Please read more on Bootstrap.

disabled (boolean)

This field may contain a boolean if the component should be disabled or enabled.

id (string)

This field may contain the id of the component

label (string)

This field must may contain the label for the checkbox.

labelCssClasses (list<string>)

This field may contain a list of extra values added to class attribute of the label. This is typically used to style the component. Please read more on Bootstrap.

name (string)

This field may contain the name of the component. If the component is present in a Form UDR, the name will be submitted with the form as the key in the Params Map in Request UDR.

required (boolean)

This field may contain a boolean if the component is required. Typically used inside a Form UDR.

value (string)

This field may contain a value that should be submitted when it is used inside a Form UDR.

Default is on.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.