Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
deleted
Hi,
checked by default .. doesn't allow me to uncheck it (always stays checked after save).
I see that. Not sure if that could be termed as a bug. The existing logic of 'opt_selected' goes like 'if nothing is selected, select this' and that is what it seems to be doing.

I've marked this issue though and will give it more thought.
In the meanwhile, the only recourse, I am afraid would to remove the opt_elected.

Code: Select all
The second question might be a bit trickier: one radio box in each repeatable region and all the regions are linked vertically. So in the whole repeatable region only one radio can be checked.
Not possible as that would mean only one radio button per row and (following the RFC) that would always remain checked.

I suppose you could simulate something like that by using checkboxes instead of radiobuttons and throwing in a bit of JavaScript (injected into the admin-panel using 'message' type editable region) that turns off all other checkboxes when any one of them is checked.
deleted
3 posts Page 1 of 1