+
+ Taking this action may result in changes in the role which might
+ lead to changes in access of the user.
+
+
+
+ {roles.map((role) => {
+ const htmlId = `role-${role.id}`;
+ const checked = checkRole(role.id);
+ return (
+
+
+ onCheckedChange(value, role.id)
+ }
+ />
+
+
+ );
+ })}
+ {errors.roleIds && (
+ {errors.roleIds.message}
+ )}
+
+
+
+