* [task#132545 doing 0.2h 2h] modify select item title of thinkbasecheckbox.
This commit is contained in:
@@ -97,6 +97,7 @@ class thinkBaseCheckbox extends wg
|
||||
return div
|
||||
(
|
||||
setData('type', $this->prop('type')),
|
||||
set::title(!empty($item['title']) ? $item['title'] : null),
|
||||
!$disabled ? on::click('toggleChecked') : null,
|
||||
setClass('item-control w-full py-2 px-3 flex gap-3 items-center justify-between border cursor-pointer rounded ' . $itemClass),
|
||||
div(setClass('text-md flex-1 break-all'), $text),
|
||||
|
||||
Reference in New Issue
Block a user