Skip to content

Commit 51c590d

Browse files
committed
update readme
1 parent cb6209c commit 51c590d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ class Post extends Resource
105105
[ 'attribute' => 'subtitle', 'isNull' => true ],
106106
[ 'attribute' => 'title', 'includes' => 'My' ],
107107
[ 'attribute' => 'number_of_comments_allowed', 'moreThanOrEqual' => 1 ],
108+
109+
// Integration for nova booleanGroup field
110+
[ 'attribute' => 'my_multiple_checkbox', 'booleanGroup' => 'the_checkbox_key_to_target' ],
108111
];
109112
})
110113
];
@@ -122,6 +125,8 @@ The package will then add those conditions and dynamically update your form as y
122125
- [x] isMoreThanOrEqual
123126
- [x] isLessThan
124127
- [x] isLessThanOrEqual
128+
- [x] includes
129+
- [x] booleanGroup
125130

126131
# Add a minimum or a maximum number of children
127132

0 commit comments

Comments
 (0)