hi! has this issue been solved already?

got something like this:

Dependent to an existing member?

<label class="custom-checkbox checked" data-bind="css: { checked: 
isDependent() }, click: toggleAsDependent">
<span>Dependent to an existing member?</span>
<input type="checkbox"/>
<i/>
</label>


I have a method in ruby for checking the checkbox. Now on another method, I 
want to access/see whether the checkbox is checked, if yes, I will do 
something.

in irb, the checkbox.exists? returns true so I know that the element is in 
the page. but thing is even if I check or uncheck the checkbox, the 
checkbox.checked? always returns false.

another info is, the label class is "custom-checkbox" when unchecked, then 
becomes "custom-checkbox checked" when checked.









On Wednesday, December 19, 2012 at 7:16:16 PM UTC+8, Željko Filipin wrote:
>
> On Wed, Dec 19, 2012 at 12:08 PM, <[email protected] <javascript:>> 
> wrote:
>
>> do you have skype id 
>
>
> Are you asking the entire Google group? :)
>
> If you have a question, post it to the group.
>
> Željko
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to