Hi Tobias
> I'm curious, what would you need that for?
I'm using Eric's CheckBoxPlugin and I made a table:
|>|Customer|>| |Date|>||
|>|Place|>||Our ref.|>| |
|Heat [_] |Water [_] |Cable [_] |Div. [_] |To be continued |Yes[_]|
No[_] |
|>|Casenumber |>||>|Address is to be posted individually [_] |Invoice
individually [_] |
I will replace all checkboxes with: [_(decriptive_fieldname@)] e.g
Heat [_(heat@)] etc...
My problem is: "|To be continued |Yes[_]|No[_] |"
The easy solution is just to use one checkbox for the option, which
can only have two outcomes: true or false, however I want to have one
cell for each option:
|Yes[x(address@)]|No[_(address@)] |
If one checkbox is checked the other checkbox will be unchecked...
Therefore I need sth like: "Yes [x(decriptive_fieldname@) =true] No
[x(decriptive_fieldname@) =false]"
Cheers Måns Mårtensson