brown2005 Posted February 28, 2007 Share Posted February 28, 2007 <input type="checkbox" name="testBoxA" value="test1" /> <input type="checkbox" name="testBoxB" value="test2" /> <input type="checkbox" name="testBoxC" value="test3" /> if i tick checkbox testBoxA can i make b and c automatically not ticked, and the same if i click each of them? Link to comment https://forums.phpfreaks.com/topic/40488-3-check-boxes/ Share on other sites More sharing options...
ToonMariner Posted February 28, 2007 Share Posted February 28, 2007 make them radio buttons (with the same name)... Link to comment https://forums.phpfreaks.com/topic/40488-3-check-boxes/#findComment-195904 Share on other sites More sharing options...
itsmeArry Posted March 1, 2007 Share Posted March 1, 2007 or simply call a javascript function to disable the checkboxes when you on one checkbox... Link to comment https://forums.phpfreaks.com/topic/40488-3-check-boxes/#findComment-196736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.