CUSTOM CHECK FIELD - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Modules/Extension Support (https://discussions.corebos.org/forumdisplay.php?fid=9) +--- Thread: CUSTOM CHECK FIELD (/showthread.php?tid=2865) |
CUSTOM CHECK FIELD - inspectorflint - 09-19-2023 Hello: It is possible to create a custom checkbox field, with the defaul value Cheched ? Thanks RE: CUSTOM CHECK FIELD - joebordes - 09-19-2023 yes, set the default value to checked in the layout editor, that should work RE: CUSTOM CHECK FIELD - inspectorflint - 09-19-2023 Joe I am creating the custom fields with vtlib, and I donĀ“t see the option in the layout editor. It works perfectly Thanks! RE: CUSTOM CHECK FIELD - unitedrefrigerants - 09-19-2023 Yes, it's definitely possible to create a custom checkbox field with the default value set to "Checked." This means that when someone opens the checkbox, it will already be marked as checked by default, but they can uncheck it if needed. |