cancel
Showing results for 
Search instead for 
Did you mean: 

Checkinput Toggle

Former Member
0 Kudos

How to handle Toggle method in Checkinput???.. What and How to write code in toggle method...

Scenario.. Checkinput is associated with some fields and entering the value in those fields .This is a filter condition so how to handle in toggle method,

Thanks

Nityanand Arya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i maybe don't get the question right, but if you bind the checkbox value to a boolean attribute in your context, you can evaluate the state of the attribute in your ActionHandlers. In most scenarios there is no need to override the onToggle method.

But like I said: maybe I get you wrong. In this case, please elaborate ...

jan