RadioButtonFormFieldSignature constructor

init

Creates RadioButtonFieldSignature with predefined name.

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

init {#str-System.Collections.Generic.List}

Constructs a new instance of RadioButtonFormFieldSignature

def __init__(self, name, items):
    ...
Parameter Type Description
name str
items System.Collections.Generic.List

init {#str-System.Collections.Generic.List-any}

Constructs a new instance of RadioButtonFormFieldSignature

def __init__(self, name, items, selected):
    ...
Parameter Type Description
name str
items System.Collections.Generic.List
selected any

See Also