var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormRadioButtonJS(document, name); var value; // Type: boolean value = instance.get_IsChecked();
function get_IsChecked() : boolean;
Return Value
A value indicating whether the checkbox is checked. Default value is false.