def __init__(self, radioButttonWebElement):
        super(RadioButton, self).__init__(radioButttonWebElement.parent, radioButttonWebElement.id)
        self.webElement = radioButttonWebElement