service CheckBox in module com::sun::star::form::component::

(Global Index)

Syntax

service CheckBox;

Description

specifies a check box extended by the required properties for HTML.

Included Services

com::sun::star::awt::UnoControlCheckBoxModel

com::sun::star::form::FormControlModel

Description

specifies a control model within a form.


Exported Interfaces

com::sun::star::form::XReset

Description

allows to reset the CheckBox.


Property Summary

DefaultState contains a default value for the check box.

RefValue contains a reference value which is used for submission in a HTML form, if the checkbox is checked.

Property Details



DefaultState

Syntax

short DefaultState;

Description

contains a default value for the check box.


RefValue

Syntax

string RefValue;

Description

contains a reference value which is used for submission in a HTML form, if the checkbox is checked.

Top of Page