If the checkbox ['transfer'] is checked which will be the default checkbox that displays on the page, after being saved and the page refreshes they should only have the option to view the checkbox ['reverse'].If they select reverse and save the option for the checkbox ['transfer'] should appear again.I'm trying to wrap my head around it and it seems really simple but i'm having a block atm.so i created a variable for my sql query:\[code\]$secular = sql::value("select * from ev.do.taskAU where event_id = $event_id and transfer = '1'");\[/code\]essentially both checkboxes will have the same field name in the database.. that will be ['transfer'] and it should change based on the bit 0 or 1. hope that makes sense and any help would be greatly appreciated. thank you.