asher2007
22 Jun 2012, 6:22 AM
when i add check box to my form its look like check box
but when i check it with firebug i discovered that its using "input type='button''
and not checkbox, now i found a very nice css code to make an iphone like toggel button using checkbox
element
i could create a panel with html property as follow 'input type='checkbox' and apply my css on it
but then i wont be able to listn to its event checked/unchecked
any workaround??
but when i check it with firebug i discovered that its using "input type='button''
and not checkbox, now i found a very nice css code to make an iphone like toggel button using checkbox
element
i could create a panel with html property as follow 'input type='checkbox' and apply my css on it
but then i wont be able to listn to its event checked/unchecked
any workaround??