Bootstrap Check box component is not uncheck at runtime

Hi All,

I am very new to Servoy 8 and ngclient. As part of learning, I am using bootstrap check boxes, like, Yes or No , my requirement is, I want to uncheck “No” check box when “Yes” check box ticked and vice versa. I did implement onAction event to do this but bootstrap check box not showing as “UnChecked” though I set the dataProvider to 0.

Did I miss anything here ?

Hi
try using the bootstrap extra components group buttons instead (see the sample) which can act like ‘radio buttons’ and you can give a value list of

Y|1
N|0

with a boolean or integer column data provider and then component takes care of changing the other value when you set one of them??

Rafi

Thanks Rafi, that’s working okay. I am just curious to know, why it’s not working for the Bootstrap components, do we need to call something to update the model ?

chaitanyas:
Thanks Rafi, that’s working okay. I am just curious to know, why it’s not working for the Bootstrap components, do we need to call something to update the model ?

Glad to help.

Guess you will have to wait for someone from Servoy to answer that…

Hi All,

Please share what I missed here, your inputs are much appreciated.