Retrieves the value that indicates whether the given check box or radio button is selected.
Syntax
HRESULT get_checked( VARIANT_BOOL *p );
Parameters
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
Check boxes that are not selected do not return their values when the form is submitted.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets the value that indicates whether the given check box or radio button is selected.
Syntax
HRESULT put_checked( VARIANT_BOOL v );
Parameters
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
Check boxes that are not selected do not return their values when the form is submitted.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0