Libraryless. Click here for Pure Java version (6575L/37K).
meta-for SimpleLiveValue also as IVarWithNotify { static JCheckBox jLiveValueCheckBox(S text, SimpleLiveValue<Bool> lv) { JCheckBox cb = jCheckBox(text); bindCheckBoxToLiveValue(cb, lv); ret cb; } }
Began life as a copy of #1016666
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017124 |
| Snippet name: | jLiveValueCheckBox - both ways |
| Eternal ID of this version: | #1017124/8 |
| Text MD5: | 7c955ce89e59cbaf549a477278346588 |
| Transpilation MD5: | 5ae1ee15783445a2208d031504169fa0 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-17 17:16:39 |
| Source code size: | 220 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 683 / 867 |
| Version history: | 7 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034939 - jLiveValueCheckBoxMenuItem #1035093 - jVarCheckBox |