RadioButtonFormFieldSignature constructor

init

Creates RadioButtonFieldSignature with predefined name.

def __init__(self, name):
    ...
Parameter Type Description
name System.String Name of form field object.

init {#System.String-System.Collections.Generic.List`1[[System.String]]}

Constructs a new instance of RadioButtonFormFieldSignature

def __init__(self, name, items):
    ...
Parameter Type Description
name System.String
items System.Collections.Generic.List`1[[System.String]]

init {#System.String-System.Collections.Generic.List`1[[System.String]]-System.Object}

Constructs a new instance of RadioButtonFormFieldSignature

def __init__(self, name, items, selected):
    ...
Parameter Type Description
name System.String
items System.Collections.Generic.List`1[[System.String]]
selected System.Object

See Also